Add more VS Code profile settings
This commit is contained in:
parent
94037959e1
commit
2e1d72d0f4
|
@ -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"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue