Hooks issues on VS Code

Issues the maintainers labelled both platform:vscode and area:hooks.

65 issues · 25 open · 40 resolved (62%) · first seen Feb 26, 2026

Is this getting better or worse?

This class of problem is still growing. 35 new reports in the last 90 days vs 28 in the 90 before — +25%. The open backlog peaked at 25 in 2026-08 and sits at 25 today.

0 6 13 19 25 2026-022026-042026-062026-08
2026-02 — First reports2026-07 — Most new reports (16)2026-08 — Peak backlog (25 open)

Derived by counting each matching issue from its creation date until it closed. First-party computation over the anthropics/claude-code tracker — the trend is not published anywhere upstream.

Which builds report this

46 of these reports name the Claude Code build they were running, spanning 40 releases. Heaviest reporters:

Report volume, not a defect count: an issue can mention a build without that build having caused the failure. Versions come from the version string in the bug-report template, matched against real published tags.

Do these get fixed?

Median time to close is 34 days across 40 closures. Of the 40 closures with a recorded reason, 33% were closed as completed and 27 as not-planned or duplicate. The most recent completed fix landed in 2026-08.

Workarounds reported by the community

24 of these issues post a workaround someone says worked. The highest-engagement ones:

Feature request: built-in completion notifications for VS Code extension
…ainful) The community has converged on increasingly complex workarounds: - Time-based debouncing (sleep 3s, check if another Stop fires) — arbitrary, unreliable - Transcript JSONL parsing in Stop hooks to find recent tim…
Found in the description of #29928 · still open
[BUG] Notification hooks not firing for permission_prompt in VS Code extension
…created - Other hooks (PreToolUse, Stop) work as expected - Workaround: Using PreToolUse hook with matcher "Write Edit Bash NotebookEdit" to achieve similar functionality - Unclear if this issue exists in the CLI version…
Found in the description of #55875 · resolved
[BUG] PermissionDecision in PreToolUse is ignored in latest VS Code Extension
…class of bug as 37210 — is ignored for certain tool types. Workaround using chmod defense-in-depth: For the standard destructive command hooks: — 8 hooks that use exit code 2 (which does work reliably for Bash tool bloc…
Found in the thread of #36286 · resolved
PreToolUse(Bash) hook returning permissionDecision: "defer" causes "[Tool result missing due to internal error]"
…instead of falling through to the normal permission system. Workaround Disabling the hook (or changing - ) restores Bash. Neither is acceptable long-term: is documented as "fall through to the normal permission system,"…
Found in the description of #64389 · still open
[BUG] No hook event fires for sandbox network permission popup in v2.1.120 (regression from v2.1.76)
…last comment on 23217]( in v2.1.76 the event at least fired as a workaround. In v2.1.120 even that's gone. What Should Happen? should fire when the popup appears, with and the target host in . The docs at describe exactl…
Found in the description of #68399 · resolved

Excerpts are quoted from the linked issue so you can judge relevance before opening it. Threads that only ask for a workaround, or report that there is none, are excluded. These are community suggestions, not official guidance from Anthropic — read the full thread before applying one.

Matching issues 1–65

Ranked by community engagement (reactions weighted over comments).

Related aggregations

  1. Hooks issues on macOS

    392 issues
  2. Hooks issues on Windows

    242 issues
  3. Hooks issues on Linux

    102 issues
  4. IDE integration issues on VS Code

    1,307 issues
  5. Model behaviour issues on VS Code

    463 issues
  6. Terminal UI issues on VS Code

    230 issues
  7. Cost and usage issues on VS Code

    203 issues
  8. Permissions issues on VS Code

    176 issues