diff --git a/.vscode/launch.json b/.vscode/launch.json index e66470435f..57a2c3eccc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -28,7 +28,8 @@ ], "program": "${workspaceFolder}/.github/dev.js", "args": [ - "--all --offline" + "--all", + "--offline" ], "autoAttachChildProcesses": true, "outputCapture": "std",