CCF/.devcontainer/devcontainer.json

8 строки
199 B
JSON

{
"name": "Sample Development Environment for CCF",
"context": "..",
"image": "ccfciteam/ccf-ci-18.04-oe-0.8.0:latest",
"runArgs": [],
"extensions": ["ms-vscode.cpptools", "ms-python.python"]
}