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

Add clangd and clang-format VSCode extensions to Devcontainer

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-09-08 10:14:09 +02:00
parent 109d788904
commit eb4416148d

View file

@ -19,6 +19,8 @@
"vscode": {
"extensions": [
"ms-vscode.cpptools-extension-pack",
"llvm-vs-code-extensions.vscode-clangd",
"xaver.clang-format",
"EditorConfig.EditorConfig"
]
}