diff --git a/package.json b/package.json index 7915ed4632..07270167e3 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "name": "PowerShell", "type": "PowerShell", "request": "launch", - "program": "${workspaceRoot}/SET_SCRIPT_FILE_PATH_HERE.ps1" + "program": "${file}" } ] }