Skip to content

Commit

Permalink
Merge branch 'tomas/update-vscode-config' (#1628)
Browse files Browse the repository at this point in the history
* tomas/update-vscode-config:
  docs: update rust-analyzer clippy override
  • Loading branch information
brentstone committed Jul 4, 2023
2 parents cf8ed58 + 6b3970c commit 9789cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/dev/src/explore/resources/ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ publicus.org-checkbox
Add these to your settings.json to get rustfmt and clippy with the nightly version that we use:

```json
"rust-analyzer.checkOnSave.overrideCommand": [
"rust-analyzer.check.overrideCommand": [
"cargo",
"+{{#include ../../../../../rust-nightly-version}}",
"clippy",
Expand Down

0 comments on commit 9789cac

Please sign in to comment.