Closed
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been reported.
Summary
Sometime after ec53532, PowerShell Launch Current File w/Args Prompt
was removed from launch.json
.
That useful way of specifying args to a script being tested hasn't been replaced or updated since. Running the script and getting a prompt for Mandatory = $true
parms just isn't the same. And who wants to specify args in launch.json
itself?
It's a pain to keep coming back to the repo to find the syntax for w/Args Prompt
because I have too much else to remember.
Can we please put this back into launch.json
?
I miss it.
Proposed Design
Put back a few lines of JSON code into launch.json
that were summarily removed for some reason that's probably lost to history.