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

Update devcontainer config

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-06-20 17:44:22 +00:00
parent 14e819568a
commit 7e835ceecd

View file

@ -2,19 +2,22 @@
// 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-vscode:master",
"image": "registry.git.rwth-aachen.de/acs/public/villas/node/dev-vscode",
// Uncomment to build the devcontainer locally
// "build": {
// "dockerfile": "../packaging/docker/Dockerfile.fedora",
// "dockerfile": "${workspaceFolder}/packaging/docker/Dockerfile.fedora",
// "target": "dev-vscode",
// "context": ".."
// },
"remoteUser": "villas",
"runArgs": [ "--privileged", "--security-opt", "seccomp=unconfined"],
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"EditorConfig.EditorConfig"
],
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools-extension-pack",
"EditorConfig.EditorConfig"
]
}
}
}