We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795fedc commit fcf280fCopy full SHA for fcf280f
.vscode/settings.json
@@ -26,5 +26,7 @@
26
"rust-analyzer.check.command": "clippy",
27
"rust-analyzer.cargo.features": [
28
"plugin"
29
- ]
+ ],
30
+ // SWC project is too complex to use rust-analyzer
31
+ "rust-analyzer.diagnostics.enable": false
32
}
0 commit comments