Add clangd
This commit is contained in:
parent
b0ce77e392
commit
ea376c621f
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
"prettier.useTabs": true,
|
||||
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
|
||||
"rust-analyzer.procMacro.enable": true,
|
||||
"clangd.checkUpdates": true,
|
||||
"clangd.checkUpdates": alse,
|
||||
"clangd.path": "${pkgs.clang-tools}/bin/clangd",
|
||||
"svelte.plugin.svelte.format.enable": false,
|
||||
"python.analysis.extraPaths": [
|
||||
"/usr/share/gdb/python",
|
||||
|
|
Loading…
Reference in a new issue