diff --git a/package.json b/package.json index 75eaf159e8..22b6f9098a 100644 --- a/package.json +++ b/package.json @@ -545,6 +545,20 @@ "cwd": "^\"\\${cwd}\"" } }, + { + "label": "PowerShell: Launch Current File w/Args Prompt", + "description": "Launch and debug the current file, prompting for command-line arguments", + "body": { + "name": "PowerShell Launch Current File w/Args Prompt", + "type": "PowerShell", + "request": "launch", + "script": "^\"\\${file}\"", + "args": [ + "\\${command:SpecifyScriptArgs}" + ], + "cwd": "^\"\\${cwd}\"" + } + }, { "label": "PowerShell: Launch Script", "description": "Launch and debug the specified file or command",