Skip to content

Commit 4d00a66

Browse files
mondejasmoelius
authored andcommitted
Update Rust Analyzer override command in docs
1 parent 5f47c91 commit 4d00a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ For an example, see commit [`bc16236`] in this repository.
164164
Dylint results can be viewed in VS Code using [rust-analyzer]. To do so, add the following to your VS Code `settings.json` file:
165165

166166
```json
167-
"rust-analyzer.checkOnSave.overrideCommand": [
167+
"rust-analyzer.check.overrideCommand": [
168168
"cargo",
169169
"dylint",
170170
"--all",

0 commit comments

Comments
 (0)