Skip to content

Commit d249b4f

Browse files
committed
Fix extension debugging.
1 parent b0fa4c4 commit d249b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"stopOnEntry": false,
1111
"args": [ "--server=4712" ],
1212
"sourceMaps": true,
13-
"outDir": null,
13+
"outDir": "${workspaceRoot}/out",
1414
"cwd": "${workspaceRoot}"
1515
},
1616
{

0 commit comments

Comments
 (0)