Skip to content

Commit e5c62a8

Browse files
authored
Merge pull request PowerShell#468 from rkeithhill/rkeithhill/is467-set-cwd-for-interactive-session
Add cwd to debug config snippet for inter session.
2 parents 094648e + cbcb2c4 commit e5c62a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
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)