vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

Run with arguments and remember last run arguments

Open mrkafk opened this issue 7 years ago • 6 comments

When developing commandline programs, esp. shell scripts, it would be very useful to have ability for Code Runner to ask for run arguments in a popup and remember them for the next time the program is started.

Yes, there is code-runner.customCommand, but it's a bother to change it and then rerun. It's faster to just switch to built-in or external terminal and rerun last command.

mrkafk avatar Oct 21 '18 12:10 mrkafk

New to VSC and Code Runner, and that was the first thing that I stumbled upon. Would be really helpful to be able to provide arguments when running programs/scripts.

codex22 avatar May 12 '19 17:05 codex22

Ability to read launch.json run commands would be great. Adding running with arguments would make it really useful.

xgdgsc avatar Sep 04 '19 07:09 xgdgsc

See also Issue #142

Phrogz avatar Sep 01 '22 20:09 Phrogz