Skip to content

Add run_recent #1440

@phcerdan

Description

@phcerdan

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions