diff --git a/.vscode/settings.json b/.vscode/settings.json index 58e4f8c0..6281c6ee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.formatOnSave": true, "rust-analyzer.checkOnSave.command": "clippy", - "nixEnvSelector.nixFile": "${workspaceRoot}/default.nix" + "nixEnvSelector.suggestion": false }