Revert "Put terminal voice actions in separate group (#269596)"#270085
Merged
meganrogge merged 2 commits intomainfrom Oct 6, 2025
Merged
Revert "Put terminal voice actions in separate group (#269596)"#270085meganrogge merged 2 commits intomainfrom
meganrogge merged 2 commits intomainfrom
Conversation
This reverts commit 77a9703.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR reverts a previous change that moved terminal voice actions (Start/Stop Dictation) into a separate "voice" menu group. The revert restores the original organization where these actions are grouped with other navigation items.
- Removes the dedicated "voice" menu group for terminal voice actions
- Moves Start/Stop Dictation actions back to the "navigation" group in the terminal view title
- Removes unused imports that were introduced for the separate voice group
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/vs/workbench/contrib/terminalContrib/voice/browser/terminalVoiceActions.ts | Removes menu configuration and unused imports from voice action registrations |
| src/vs/workbench/contrib/terminal/browser/terminalMenus.ts | Adds back Start/Stop Dictation menu items to the navigation group |
dmitrivMS
approved these changes
Oct 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 77a9703.
They were in the
navigationgroup intentionally