Add more VS Code profile settings

This commit is contained in:
Jaculabilis 2022-11-03 00:00:50 +00:00
parent 94037959e1
commit 2e1d72d0f4
1 changed files with 8 additions and 0 deletions

View File

@ -4,5 +4,13 @@
"path": "nix", "path": "nix",
"args": ["develop"] "args": ["develop"]
} }
},
"terminal.integrated.profiles.windows": {
"nix develop": {
"path": [
"${env:windir}\\System32\\wsl.exe"
],
"args": ["-d", "NixOS", "--", "nix", "develop"]
}
} }
} }