Skip to content

Hide voice placeholder while typing - #330291

Merged
Megan Rogge (meganrogge) merged 2 commits into
mainfrom
copilot/hide-voice-placeholder-while-typing
Aug 11, 2026
Merged

Hide voice placeholder while typing#330291
Megan Rogge (meganrogge) merged 2 commits into
mainfrom
copilot/hide-voice-placeholder-while-typing

Conversation

@meganrogge

@meganrogge Megan Rogge (meganrogge) commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • hide listening and barge-in placeholders while the chat input contains text
  • apply the behavior to both the chat view and omni-chat input
  • restore the applicable voice placeholder when the input is cleared
  • leave actual voice transcript rendering unchanged

Fixes #330288

Validation

  • targeted ESLint for all changed files
  • TypeScript validation with npx tsc --project src/tsconfig.json --noEmit --skipLibCheck
  • VS Code diagnostics: no errors
  • git diff --check

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI balanced review requested due to automatic review settings August 11, 2026 16:26
@meganrogge Megan Rogge (meganrogge) added this to the 1.134.0 milestone Aug 11, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Hides voice-mode placeholders when the chat input contains text and restores them when cleared.

Changes:

  • Observe chat input content changes.
  • Hide listening and barge-in placeholders while input is nonempty.
  • Preserve actual transcript rendering.
Show a summary per file
File Description
src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatViewPane.ts Adds input-aware voice placeholder visibility.

Review details

Tip

Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@meganrogge
Megan Rogge (meganrogge) enabled auto-merge (squash) August 11, 2026 16:47
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@meganrogge
Megan Rogge (meganrogge) merged commit 5e7bdc1 into main Aug 11, 2026
28 checks passed
@meganrogge
Megan Rogge (meganrogge) deleted the copilot/hide-voice-placeholder-while-typing branch August 11, 2026 17:16
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.

Hide voice mode placeholder while the user is typing

4 participants