Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gutter icon context option to run tasks in exclusive mode #321

Open
ghost opened this issue Mar 6, 2023 · 0 comments
Open

Add gutter icon context option to run tasks in exclusive mode #321

ghost opened this issue Mar 6, 2023 · 0 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Mar 6, 2023

Please provide an additional option which allows me to run and debug tasks with the --exclusive option. For example, here in the gutter context menu:

image

In the context menu it would probably be another entry, e.g. "Run TaskName (exclusive)"

The reason for this request is that I often debug tasks individually. I can already use the Terminal window built into Rider to run tasks individually by passing the --exclusive option, however, this does not easily work for debugging. When I want to set breakpoints I have to copy one of the existing Rider cake configurations and add the option via the UI like so:

image

Then I can set breakpoints and debug only my specific task which I'm working on. I also use the same option if I investigate log output in the console without setting breakpoints (I only run, not debug).

The context option in the gutter icon would make it much easier to quickly run or debug a specific task because I wouldn't have to set up every task with the --exclusive option manually.

I'm only using Cake Frosting, in case this makes a difference.

Thank you for considering! :)

@nils-a nils-a added the Feature label Mar 13, 2023
@nils-a nils-a self-assigned this Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant