From 81d7885dc2e9dc617e1522697a2966bc4025a45d Mon Sep 17 00:00:00 2001 From: SteVen Batten Date: Fri, 7 Jun 2019 21:51:50 -0700 Subject: [PATCH] fix main proc launch config for windows --- .vscode/launch.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index bd9e290ab21..1d8207865fd 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -148,6 +148,9 @@ "request": "launch", "name": "Launch VS Code (Main Process)", "runtimeExecutable": "${workspaceFolder}/scripts/code.sh", + "windows": { + "runtimeExecutable": "${workspaceFolder}/scripts/code.bat", + }, "runtimeArgs": [ "--no-cached-data" ], @@ -276,4 +279,4 @@ ] }, ] -} +} \ No newline at end of file