Skip to content

Commit

Permalink
Update devcontainer configuration and VS Code extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mempler committed Dec 16, 2023
1 parent 3c60968 commit 6dc3789
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Ubuntu",
"name": "Bolt",
"build": {
"args": {
"BAZELISK_VERSION": "v1.19.0",
Expand All @@ -9,9 +9,27 @@
},
"customizations": {
"vscode": {
"extensions": [
"jeff-hykin.better-cpp-syntax",
"ms-vscode.cpptools-extension-pack",
"wmaurer.change-case",
"llvm-vs-code-extensions.vscode-clangd",
"streetsidesoftware.code-spell-checker",
"vadimcn.vscode-lldb",
"ms-vscode.hexeditor",
"mutantdino.resourcemonitor",
"shardulm94.trailing-spaces",
"gruntfuggly.todo-tree",
"zachflower.uncrustify",
"bazelbuild.vscode-bazel",
"github.vscode-github-actions",
"github.codespaces",
"ms-azuretools.vscode-docker",
"timonwong.shellcheck"
],
"settings": {
"uncrustify.configPath.linux": "uncrustify.cfg",
"uncrustify.executablePath.linux": "./prebuilt/linux/uncrustify"
"uncrustify.executablePath.linux": "/workspaces/bolt/prebuilt/linux-x86/bin/uncrustify"
}
}
},
Expand Down

0 comments on commit 6dc3789

Please sign in to comment.