Skip to content

Commit f39bd79

Browse files
committed
Fix launch config for VSCode
1 parent adabe99 commit f39bd79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"--extensionDevelopmentPath=${workspaceFolder}/vscode-extension"
3131
],
3232
"outFiles": [
33-
"${workspaceFolder}/vscode-extension/out/**/*.js"
33+
"${workspaceFolder}/vscode-extension/dist/**/*.js"
3434
],
3535
"preLaunchTask": "${defaultBuildTask}"
3636
},

0 commit comments

Comments
 (0)