1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

add devcontainer

This commit is contained in:
Steffen Vogel 2022-04-01 14:21:07 +02:00
parent 72d99a7a7a
commit 3400ac85ba

View file

@ -0,0 +1,19 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/cpp
{
"name": "VILLASnode",
"image": "registry.git.rwth-aachen.de/acs/public/villas/node/dev:master",
// Uncomment to build the devcontainer locally
// "build": {
// "dockerfile": "../packaging/docker/Dockerfile.fedora",
// "target": "dev",
// "context": ".."
// },
"runArgs": [ "--privileged", "--security-opt", "seccomp=unconfined"],
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"EditorConfig.EditorConfig"
],
}