Altered vimspector working directory
This commit is contained in:
parent
1f2ffe314a
commit
0f49200ac2
|
@ -8,7 +8,7 @@
|
||||||
"program": "${workspaceRoot}/bin/EmperorServer",
|
"program": "${workspaceRoot}/bin/EmperorServer",
|
||||||
"args": [
|
"args": [
|
||||||
],
|
],
|
||||||
"cwd": "${workspaceRoot}",
|
"cwd": "${workspaceRoot}/bin",
|
||||||
"environment": [
|
"environment": [
|
||||||
],
|
],
|
||||||
"stopAtEntry": true,
|
"stopAtEntry": true,
|
||||||
|
|
Loading…
Reference in New Issue