mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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": {
|
"python.analysis.diagnosticSeverityOverrides": {
|
||||||
"reportMissingModuleSource": "none"
|
"reportMissingModuleSource": "none"
|
||||||
},
|
},
|
||||||
"rust-analyzer.cargo.runBuildScripts": true,
|
|
||||||
"rust-analyzer.checkOnSave.allTargets": false,
|
"rust-analyzer.checkOnSave.allTargets": false,
|
||||||
"rust-analyzer.files.excludeDirs": [".bazel", "node_modules"],
|
"rust-analyzer.files.excludeDirs": [".bazel", "node_modules"],
|
||||||
"rust-analyzer.procMacro.enable": true,
|
"rust-analyzer.procMacro.enable": true,
|
||||||
|
@ -27,5 +26,6 @@
|
||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
"**/node_modules": true,
|
"**/node_modules": true,
|
||||||
".bazel/**": true
|
".bazel/**": true
|
||||||
}
|
},
|
||||||
|
"rust-analyzer.cargo.buildScripts.enable": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue