Fix clangd

This commit is contained in:
Bad 2021-06-03 11:57:45 +02:00
parent e1f8b93c55
commit d16f5cc727

View file

@ -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",