Skip to content

Commit 4a46590

Browse files
committed
Revert "Fix cwd for PowerShell: Launch Current File contributed configuration"
This reverts commit 8ebbb55. The `cwd` has to be faked as the file because of the way this configuration works with scripts and arguments.
1 parent c2a2cc4 commit 4a46590

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": "^\"\\${workspaceFolder}\""
462+
"cwd": "^\"\\${file}\""
463463
}
464464
},
465465
{

0 commit comments

Comments
 (0)