Skip to content

Commit

Permalink
Merge pull request #21 from trevorbernard/vscode-nix
Browse files Browse the repository at this point in the history
Use Nix Environment Selector plugin to use nix
  • Loading branch information
trevorbernard authored Dec 5, 2023
2 parents edee54f + 7325baf commit 11614d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"arrterian.nix-env-selector",
"bbenoist.nix",
"jnoortheen.nix-ide"
]
}
6 changes: 6 additions & 0 deletions app/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
"rust-analyzer.linkedProjects": [
"./Cargo.toml",
]
}

0 comments on commit 11614d0

Please sign in to comment.