Skip to content

Commit 37f1f30

Browse files
Merge pull request #3772 from PowerShell/andschwa/debug-config
Fix `PowerShell.Debug.Start` to just launch current file
2 parents 1be200b + 4d8bc56 commit 37f1f30

File tree

3 files changed

+143
-145
lines changed

3 files changed

+143
-145
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
"type": "PowerShell",
443443
"request": "launch",
444444
"script": "^\"\\${file}\"",
445-
"cwd": "^\"\\${workspaceFolder}\""
445+
"cwd": "^\"\\${file}\""
446446
}
447447
},
448448
{

0 commit comments

Comments
 (0)