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