mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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
1 changed files with 2 additions and 1 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -28,7 +28,8 @@
|
|||
],
|
||||
"program": "${workspaceFolder}/.github/dev.js",
|
||||
"args": [
|
||||
"--all --offline"
|
||||
"--all",
|
||||
"--offline"
|
||||
],
|
||||
"autoAttachChildProcesses": true,
|
||||
"outputCapture": "std",
|
||||
|
|
Loading…
Add table
Reference in a new issue