2022-04-01 14:21:07 +02:00
|
|
|
// 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
|
2023-08-31 11:25:01 +02:00
|
|
|
//
|
2022-04-01 14:21:07 +02:00
|
|
|
// SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
{
|
|
|
|
"name": "VILLASnode",
|
2023-06-20 17:44:22 +00:00
|
|
|
"image": "registry.git.rwth-aachen.de/acs/public/villas/node/dev-vscode",
|
2022-04-01 14:21:07 +02:00
|
|
|
// Uncomment to build the devcontainer locally
|
|
|
|
// "build": {
|
2024-02-13 13:12:50 +00:00
|
|
|
// "dockerfile": "../packaging/docker/Dockerfile.fedora",
|
2022-04-11 16:05:24 +02:00
|
|
|
// "target": "dev-vscode",
|
2022-04-01 14:21:07 +02:00
|
|
|
// "context": ".."
|
|
|
|
// },
|
2022-04-11 16:05:24 +02:00
|
|
|
"remoteUser": "villas",
|
2024-02-13 13:13:21 +00:00
|
|
|
"runArgs": [
|
|
|
|
"--privileged",
|
|
|
|
"--security-opt",
|
|
|
|
"seccomp=unconfined"
|
|
|
|
],
|
2023-06-20 17:44:22 +00:00
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"extensions": [
|
|
|
|
"ms-vscode.cpptools-extension-pack",
|
2023-09-08 10:14:09 +02:00
|
|
|
"llvm-vs-code-extensions.vscode-clangd",
|
|
|
|
"xaver.clang-format",
|
2023-06-20 17:44:22 +00:00
|
|
|
"EditorConfig.EditorConfig"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-04-01 14:21:07 +02:00
|
|
|
}
|