From 2e1d72d0f4b437a4c57560f171640e8086b4069d Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Thu, 3 Nov 2022 00:00:50 +0000 Subject: [PATCH] Add more VS Code profile settings --- .vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1846805..0bf84ef 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,13 @@ "path": "nix", "args": ["develop"] } + }, + "terminal.integrated.profiles.windows": { + "nix develop": { + "path": [ + "${env:windir}\\System32\\wsl.exe" + ], + "args": ["-d", "NixOS", "--", "nix", "develop"] + } } } \ No newline at end of file