Fixed custom check command in rust-analyzer.
This commit is contained in:
parent
a9fee06140
commit
07ed057b6d
|
@ -2,7 +2,7 @@
|
|||
"rust-analyzer.files.excludeDirs": [
|
||||
"tests/build",
|
||||
],
|
||||
"rust-analyzer.checkOnSave.overrideCommand": ["cargo", "do", "rust_analyzer_check"],
|
||||
"rust-analyzer.check.overrideCommand": ["cargo", "do", "rust_analyzer_check"],
|
||||
"files.eol": "\n",
|
||||
"spellright.language": [
|
||||
"en"
|
||||
|
|
Loading…
Reference in New Issue