mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Use $SHELL instead of bash
This commit is contained in:
parent
3c47efe6bf
commit
9b6eb66117
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user