Skip to content

Commit cbcb2c4

Browse files
committed
Add cwd to debug config snippet for inter session.
Fix #467
1 parent 094648e commit cbcb2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@
214214
"body": {
215215
"type": "PowerShell",
216216
"request": "launch",
217-
"name": "PowerShell Interactive Session"
217+
"name": "PowerShell Interactive Session",
218+
"cwd": "^\"\\${workspaceRoot}\""
218219
}
219220
}
220221
],

0 commit comments

Comments
 (0)