Altered vimspector working directory

This commit is contained in:
elimin8 2022-06-13 21:59:16 +01:00
parent 1f2ffe314a
commit 0f49200ac2
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"program": "${workspaceRoot}/bin/EmperorServer",
"args": [
],
"cwd": "${workspaceRoot}",
"cwd": "${workspaceRoot}/bin",
"environment": [
],
"stopAtEntry": true,