From 9b6eb661170e099f477a5a1a83e44b8b066b1c5c 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",