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:
parent
72d99a7a7a
commit
3400ac85ba
1 changed files with 19 additions and 0 deletions
19
.devcontainer/devcontainer.json
Normal file
19
.devcontainer/devcontainer.json
Normal 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"
|
||||
],
|
||||
}
|
Loading…
Add table
Reference in a new issue