Fixed "Full Offline Dev" launch config
Each flag needs to be a separate entry in the args array.
This commit is contained in:
parent
9771e1f5c1
commit
283cae9a59
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -28,7 +28,8 @@
|
|||||||
],
|
],
|
||||||
"program": "${workspaceFolder}/.github/dev.js",
|
"program": "${workspaceFolder}/.github/dev.js",
|
||||||
"args": [
|
"args": [
|
||||||
"--all --offline"
|
"--all",
|
||||||
|
"--offline"
|
||||||
],
|
],
|
||||||
"autoAttachChildProcesses": true,
|
"autoAttachChildProcesses": true,
|
||||||
"outputCapture": "std",
|
"outputCapture": "std",
|
||||||
|
Loading…
Reference in New Issue
Block a user