Skip to content

Commit

Permalink
launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed May 8, 2024
1 parent a1485bc commit 422c832
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .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",
Expand Down

0 comments on commit 422c832

Please sign in to comment.