diff --git a/.vscode/launch.json b/.vscode/launch.json index 4d537684d32a..1f8cca9460a9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,21 @@ { "version": "0.2.0", "configurations": [ + { + "name": "codegen (pxt-bedrock)", + "type": "node", + "request": "launch", + "runtimeArgs": [ + "run-script", + "vscode:debug" + ], + "runtimeExecutable": "npm", + "stopOnEntry": false, + "sourceMaps": true, + "outFiles": [], + "localRoot": "${workspaceRoot}/../pxt-bedrock/codegen", + "console": "integratedTerminal" + }, { "name": "pxt ci (pxt-core)", "type": "node",