Skip to content

Commit fcf280f

Browse files
authored
chore(ide): Disable RA diagnostics (#10324)
**Description:** I found that `rust-analyzer` is not detecting macro-expanded code correctly while working on #10261
1 parent 795fedc commit fcf280f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@
2626
"rust-analyzer.check.command": "clippy",
2727
"rust-analyzer.cargo.features": [
2828
"plugin"
29-
]
29+
],
30+
// SWC project is too complex to use rust-analyzer
31+
"rust-analyzer.diagnostics.enable": false
3032
}

0 commit comments

Comments
 (0)