Skip to content

Commit 8ebbb55

Browse files
committed
Fix cwd for PowerShell: Launch Current File contributed configuration
1 parent 2101b7a commit 8ebbb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
"type": "PowerShell",
460460
"request": "launch",
461461
"script": "^\"\\${file}\"",
462-
"cwd": "^\"\\${file}\""
462+
"cwd": "^\"\\${workspaceFolder}\""
463463
}
464464
},
465465
{

0 commit comments

Comments
 (0)