We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487dcc5 commit 75d1af7Copy full SHA for 75d1af7
1 file changed
.github/lsp.json
@@ -1,10 +1,25 @@
1
{
2
"lspServers": {
3
- "rust": {
+ "rust-analyzer": {
4
"command": "rust-analyzer",
5
"fileExtensions": {
6
".rs": "rust"
7
+ },
8
+ "initializationOptions": {
9
+ "cargo": {
10
+ "buildScripts": {
11
+ "enable": true
12
13
+ "allFeatures": true
14
15
+ "procMacro": {
16
17
18
+ "checkOnSave": true,
19
+ "check": {
20
+ "command": "clippy"
21
+ }
22
}
23
24
-}
25
+}
0 commit comments