From 32f602d899c3461ddb4419ec1ea8f389c06f235b Mon Sep 17 00:00:00 2001 From: "Fabien \"egg\" O'Carroll" Date: Mon, 17 Jul 2023 11:37:24 +0100 Subject: [PATCH] Fixed VSCode launch.json config The dev script was moved and the launch config was not updated. --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 57a2c3eccc..5189ab97e7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "skipFiles": [ "/**" ], - "program": "${workspaceFolder}/.github/dev.js", + "program": "${workspaceFolder}/.github/scripts/dev.js", "args": [ "--all" ], @@ -26,7 +26,7 @@ "skipFiles": [ "/**" ], - "program": "${workspaceFolder}/.github/dev.js", + "program": "${workspaceFolder}/.github/scripts/dev.js", "args": [ "--all", "--offline"