Use $SHELL instead of bash

This commit is contained in:
Søren L. Hansen 2022-11-27 21:07:54 -08:00 committed by Soren L. Hansen
parent 63c17b7d51
commit 5b6a8fa028

2
.vscode/launch.json vendored
View File

@ -11,7 +11,7 @@
"request": "launch", "request": "launch",
"mode": "debug", "mode": "debug",
"program": "${workspaceFolder}", "program": "${workspaceFolder}",
"args": ["-a", "127.0.0.1", "-w", "bash"] "args": ["-a", "127.0.0.1", "-w", "${env:SHELL}"]
}, },
{ {
"name": "Launch Chrome", "name": "Launch Chrome",