Skip to content

Commit 9374612

Browse files
committed
Merge pull request PowerShell#78 from rkeithhill/rkeithhill/dbg-launch-filevar-fix
Fix for PowerShell#76 - launch.json now uses as default launch path
2 parents 2371e04 + 812dcd8 commit 9374612

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
@@ -131,7 +131,7 @@
131131
"name": "PowerShell",
132132
"type": "PowerShell",
133133
"request": "launch",
134-
"program": "${workspaceRoot}/SET_SCRIPT_FILE_PATH_HERE.ps1"
134+
"program": "${file}"
135135
}
136136
]
137137
}

0 commit comments

Comments
 (0)