Skip to content

Commit a668354

Browse files
committed
mend
Forget to add the changes to launch.json
1 parent 5222e9f commit a668354

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

examples/.vscode/launch.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"version": "0.2.0",
3-
"configurations": [
4-
{
5-
"name": "PowerShell",
6-
"type": "PowerShell",
7-
"request": "launch",
8-
"program": "${file}"
9-
}
10-
]
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "PowerShell",
6+
"type": "PowerShell",
7+
"request": "launch",
8+
"program": "${file}",
9+
"cwd": "${file}"
10+
}
11+
]
1112
}

0 commit comments

Comments
 (0)