Fixed custom check command in rust-analyzer.

This commit is contained in:
Samuel Guerra 2023-01-18 00:37:16 -03:00
parent a9fee06140
commit 07ed057b6d
1 changed files with 1 additions and 1 deletions

View File

@ -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"