Fix rust-analyzer

This commit is contained in:
Bad 2021-06-01 22:04:48 +02:00
parent 050473972f
commit bc907b30f6

View file

@ -10,6 +10,7 @@
"typescript" "typescript"
], ],
"prettier.useTabs": true, "prettier.useTabs": true,
"rust-analyzer.server.path": "rust-analyzer",
"rust-analyzer.cargo.loadOutDirsFromCheck": true, "rust-analyzer.cargo.loadOutDirsFromCheck": true,
"rust-analyzer.procMacro.enable": true, "rust-analyzer.procMacro.enable": true,
"clangd.checkUpdates": false, "clangd.checkUpdates": false,