Skip to content

Commit f91c7a0

Browse files
committed
Added sourcemaps & smartstep
1 parent 0ab345d commit f91c7a0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.vscode/launch.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.2.0",
44
"configurations": [
55
{
6-
"name": "Launch Extension",
6+
"name": "Run G-Code (Sandbox)",
77
"type": "extensionHost",
88
"request": "launch",
99
"runtimeExecutable": "${execPath}",
@@ -12,13 +12,15 @@
1212
"--extensionDevelopmentPath=${workspaceFolder}"
1313
],
1414
"stopOnEntry": false,
15+
"sourceMaps": true,
16+
"smartStep": true,
1517
"outFiles": [
1618
"${workspaceFolder}/out/**/*.js"
1719
],
1820
"preLaunchTask": "${defaultBuildTask}"
1921
},
2022
{
21-
"name": "Extension Tests",
23+
"name": "Run G-Code Tests",
2224
"type": "extensionHost",
2325
"request": "launch",
2426
"runtimeExecutable": "${execPath}",
@@ -28,6 +30,8 @@
2830
"--extensionsTestsPath=${workspaceFolder}/out/test/suite/index"
2931
],
3032
"stopOnEntry": false,
33+
"sourceMaps": true,
34+
"smartStep": true,
3135
"outFiles": [
3236
"${workspaceFolder}/out/test/**/*.js"
3337
],

0 commit comments

Comments
 (0)