Add configuration for Nix Environment Selector

This is a VS Code extension that I use to make rust-analyzer work with
the `shell.nix` that I added in the previous commit.
This commit is contained in:
Hanno Braun 2023-11-22 17:26:15 +01:00
parent 05fb140b36
commit 686f2054d2
1 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@
"rust-analyzer.diagnostics.disabled": [
"mismatched-arg-count"
],
"rust-analyzer.check.command": "clippy"
"rust-analyzer.check.command": "clippy",
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
}