chore(vscode): select nix env

This commit is contained in:
Paul Makles
2024-11-11 12:31:19 +00:00
parent 705e517871
commit bf0fc504a9

View File

@@ -1,5 +1,6 @@
{
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.command": "clippy",
"nixEnvSelector.suggestion": false
"nixEnvSelector.suggestion": false,
"nixEnvSelector.nixFile": "${workspaceFolder}/default.nix"
}