Use $SHELL instead of bash

This commit is contained in:
Søren L. Hansen 2022-11-27 21:07:54 -08:00
parent 3c47efe6bf
commit 9b6eb66117

2
.vscode/launch.json vendored
View File

@ -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",