We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e969b commit b1ecb75Copy full SHA for b1ecb75
package.json
@@ -225,14 +225,14 @@
225
}
226
},
227
{
228
- "label": "PowerShell: Launch - Current File w/Args Prompt",
+ "label": "PowerShell: Launch Current File w/Args Prompt",
229
"description": "Launch current file (in active editor window) under debugger, prompting first for script arguments",
230
"body": {
231
"type": "PowerShell",
232
"request": "launch",
233
"name": "PowerShell Launch Current File w/Args Prompt",
234
"script": "^\"\\${file}\"",
235
- "args": [],
+ "args": [ "^\"\\${command:SpecifyScriptArgs}\"" ],
236
"cwd": "^\"\\${file}\""
237
238
0 commit comments