Skip to content

Commit 06337fe

Browse files
dyniecfendor
authored andcommitted
Make js debugger work
1 parent 7a281b7 commit 06337fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"runtimeExecutable": "${execPath}",
1010
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
1111
"sourceMaps": true,
12-
"outFiles": ["${workspaceRoot}/out/src/**/*.js"],
12+
"outFiles": ["${workspaceRoot}/dist/**/*.js"],
1313
"preLaunchTask": "npm: webpack"
1414
},
1515
{

0 commit comments

Comments
 (0)