Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit df048d9

Browse files
committed
update debug path enviroment variable
1 parent d1f641c commit df048d9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/launch.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"environment": [
1717
{
1818
"name": "Path",
19-
"value": "${env:Path};${workspaceFolder}/builddir/sdk/appcenter"
19+
"value": "${env:Path};${workspaceFolder}/builddir/cpp"
2020
}
2121
],
2222
"console": "externalTerminal",
@@ -35,6 +35,12 @@
3535
"program": "${workspaceFolder}/csharp/bin/Debug/net6.0/csharp-cross-platform.dll",
3636
"args": [],
3737
"cwd": "${workspaceFolder}/csharp",
38+
"environment": [
39+
{
40+
"name": "Path",
41+
"value": "${env:Path};${workspaceFolder}/builddir/cpp"
42+
}
43+
],
3844
"console": "internalConsole",
3945
"stopAtEntry": false,
4046
"windows": {

0 commit comments

Comments
 (0)