From 422c832569743250de7a1c8921fbd59c74b2e59f Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 8 May 2024 15:59:02 -0700 Subject: [PATCH] launch config --- .vscode/launch.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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",