-
-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Labels
Description
Problem Statement
run_last() is fantastic, however, I find myself switching over a couple of targets while debugging.
Would it be possible to add something similar to run_last() but picking from a history of recently run commands? run_recent, run_from_history... naming is hard.
I know there is the option to use .vscode/launch.json for long-term persistent targets.
Possible Solutions
run_recent() will allow to select from a list of recently run targets.
Considered Alternatives
I can write down my targets in .vscode/launch.json for long-term, but something lasting just for my current-session without extra config is very appealing