Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
CLangD globals test #2
  • Loading branch information
TheRainbowPhoenix authored Jun 17, 2023
1 parent d541b3f commit 6c2c311
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"remoteUser": "dev",
"customizations": {
"vscode": {
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd",
"clangd.path": "/usr/bin/clangd-13"
},
"extensions": [
"ms-vscode.makefile-tools",
"llvm-vs-code-extensions.vscode-clangd"
Expand Down

0 comments on commit 6c2c311

Please sign in to comment.