Skip to content

Commit

Permalink
chore: configure VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Jan 27, 2023
1 parent e04756a commit df1c5e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"golang.go",
"jnoortheen.nix-ide"
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/flake.nix"
}

0 comments on commit df1c5e7

Please sign in to comment.