Skip to content

Commit

Permalink
chore(vscode): select nix env
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Nov 11, 2024
1 parent 705e517 commit bf0fc50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.command": "clippy",
"nixEnvSelector.suggestion": false
}
"nixEnvSelector.suggestion": false,
"nixEnvSelector.nixFile": "${workspaceFolder}/default.nix"
}

0 comments on commit bf0fc50

Please sign in to comment.