Skip to content

Add ⌘R and ⌘. to Start and Stop Tasks, Add Tasks Menu #2081

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

thecoolwinter
Copy link
Collaborator

Description

  • Adds two key commands - Command R and Command . to start and stop tasks.
  • Adds a new Tasks menu item. Subitems:
    • Run {Selected Task}
      • Runs the selected task, disabled when no selected task.
    • Stop {Selected Task}
      • Stops the selected task, disabled when no task is running.
    • Show {Selected Task} Output
      • Navigates to the selected task output - this could maybe? be in the Navigate menu. Looking for feedback here.
    • Chose Task...
      • Submenu is a list of the user's tasks. Selects a task. If the user has no tasks, has a single "Create Task" item.
    • Manage Tasks
      • Opens the workspace's task settings.

Related Issues

  • Thought there was an open issue but there isn't, whoops.

Checklist

  • I read and understood the contributing guide as well as the code of conduct
  • The issues this PR addresses are related to each other
  • My changes generate no new warnings
  • My code builds and runs on my machine
  • My changes are all related to the related issue above
  • I documented my code

Screenshots

Demo with running a task, stopping it, navigating to it's output.

Note that there's a few bugs in this demo that are fixed by #2080. Such as overlapping task status and task activities appearing in all workspaces.

Screen.Recording.2025-07-08.at.1.14.51.PM.mov

Copy link
Collaborator

@austincondiff austincondiff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants