mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Fix invalid rust-analyzer option (#3972)
This commit is contained in:
parent
a66f8b2b5f
commit
0277721280
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
"python.analysis.diagnosticSeverityOverrides": {
|
"python.analysis.diagnosticSeverityOverrides": {
|
||||||
"reportMissingModuleSource": "none"
|
"reportMissingModuleSource": "none"
|
||||||
},
|
},
|
||||||
"rust-analyzer.checkOnSave.allTargets": false,
|
"rust-analyzer.check.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,
|
||||||
// this formats 'use' blocks in a nicer way, but requires you to run
|
// this formats 'use' blocks in a nicer way, but requires you to run
|
||||||
|
|
Loading…
Reference in a new issue