claude-code - 💡(How to fix) Fix [FEATURE] : [VSCode] Bounce dock icon on macOS when awaiting tool approval

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Platform: macOS | VSCode Extension

What: When Claude Code requires user approval for a tool call, the VSCode dock icon should bounce on macOS to draw attention to the pending prompt.

Why: When VSCode is not the active window (e.g., working in a browser or terminal), approval prompts are easy to miss since they appear as in-window dialogs with no OS-level signal. A dock bounce would notify the user that input is needed without requiring them to constantly switch back to check.

Expected behavior:

Claude Code queues a tool call requiring approval VSCode dock icon bounces (via app.dock.bounce() Electron API) User is drawn back to VSCode to approve or deny Current behavior: Approval prompt appears silently inside VSCode with no system-level notification, causing Claude to stall until the user happens to switch back.

Additional context: This is a common macOS UX pattern for apps that need user attention. The Electron API already supports this natively — it would be a low-effort, high-impact improvement for macOS users.

Proposed Solution

Claude Code queues a tool call requiring approval VSCode dock icon bounces (via app.dock.bounce() Electron API) User is drawn back to VSCode to approve or deny Current behavior: Approval prompt appears silently inside VSCode with no system-level notification, causing Claude to stall until the user happens to switch back.

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI)

Use Case Example

No response

Additional Context

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] : [VSCode] Bounce dock icon on macOS when awaiting tool approval