Skip to content

Commit 1d8288c

Browse files
committed
vscode config fix
1 parent a1ab8c9 commit 1d8288c

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
@@ -8,7 +8,7 @@
88
"program": "${file}",
99
"stopOnEntry": false,
1010
"args": [],
11-
"cwd": "${workspaceRoot}/_build",
11+
"cwd": "${workspaceRoot}",
1212
"preLaunchTask": null,
1313
"runtimeExecutable": null,
1414
"runtimeArgs": [

0 commit comments

Comments
 (0)