Skip to content

Commit

Permalink
.devcontainer: Add C++ VSCode extensions to devcontainer, explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica committed May 16, 2024
1 parent e5f4745 commit d6823de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"BazelBuild.vscode-bazel",
"llvm-vs-code-extensions.vscode-clangd",
"ms-vscode.cpptools",
"StackBuild.bazel-stack-vscode",
"StackBuild.bazel-stack-vscode-cc"
]
Expand Down

0 comments on commit d6823de

Please sign in to comment.