From 5b6a8fa02896f1d0f60b996a3688c6613e991f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20L=2E=20Hansen?= Date: Sun, 27 Nov 2022 21:07:54 -0800 Subject: [PATCH] Use $SHELL instead of bash --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 84af9c9..afad94b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "request": "launch", "mode": "debug", "program": "${workspaceFolder}", - "args": ["-a", "127.0.0.1", "-w", "bash"] + "args": ["-a", "127.0.0.1", "-w", "${env:SHELL}"] }, { "name": "Launch Chrome",