mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-10 18:27:18 +00:00
Properly configure Nix environment in VS Code
This commit is contained in:
parent
8723af81ba
commit
ca63735015
3
experiments/2024-12-09/.vscode/settings.json
vendored
3
experiments/2024-12-09/.vscode/settings.json
vendored
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"rust-analyzer.check.command": "clippy"
|
"rust-analyzer.check.command": "clippy",
|
||||||
|
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user