mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Update setting for latest Rust Analyzer
This commit is contained in:
parent
f6ecddef5f
commit
450f00b843
1 changed files with 2 additions and 2 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -17,7 +17,6 @@
|
|||
"python.analysis.diagnosticSeverityOverrides": {
|
||||
"reportMissingModuleSource": "none"
|
||||
},
|
||||
"rust-analyzer.cargo.runBuildScripts": true,
|
||||
"rust-analyzer.checkOnSave.allTargets": false,
|
||||
"rust-analyzer.files.excludeDirs": [".bazel", "node_modules"],
|
||||
"rust-analyzer.procMacro.enable": true,
|
||||
|
@ -27,5 +26,6 @@
|
|||
"search.exclude": {
|
||||
"**/node_modules": true,
|
||||
".bazel/**": true
|
||||
}
|
||||
},
|
||||
"rust-analyzer.cargo.buildScripts.enable": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue