Skip to content

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!

@thecoolwinter thecoolwinter merged commit cfbca15 into CodeEditApp:main Jul 16, 2025
2 checks passed
@thecoolwinter thecoolwinter added the enhancement New feature or request label Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants