[BUG] [VSCode Extension] Plan content not visible in panel before accepting plan mode prompt

Status Closed — not planned
Reported on v2.1.72
Maintainer reply None cached
Activity 11 comments · opened Mar 11, 2026 · closed Jul 18, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

When using plan mode in the VS Code extension, Claude generates a plan and then prompts for acceptance (with 3 choices). However, the plan content is not visible in the extension panel at this point — it only appears after accepting. This makes it impossible to read and evaluate the plan before deciding whether to accept it.

What Should Happen?

Plan content should be visible in the panel before the accept/reject prompt.

Error Messages/Logs

Panel shows the accept prompt but the plan is hidden; plan content only renders after accepting.

Steps to Reproduce

Use plan mode in the VS Code extension, let Claude complete a plan, observe the accept prompt — plan content is not visible until after acceptance.

Claude Model

Opus

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.72

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

VS Code integrated terminal

Additional Information

_No response_

View original on GitHub ↗

11 Comments

bloomdido · 5 months ago

This started with v2.1.72, I believe.

bloomdido · 5 months ago

Actually, it is rendering the plan - just in a different tab/window. This makes it easier to read, but it very unintuitive (especially if you're used to how it worked before).

bloomdido · 5 months ago

Apparently, you can also comment direct on items in the plan now. This is actually a good improvement - the UI just needs polish.

vince-winkintel · 5 months ago
Actually, it is rendering the plan - just in a different tab/window. This makes it easier to read, but it very unintuitive (especially if you're used to how it worked before).

Which window is it? How can I find it?

kskonovalov · 5 months ago

+1 same issue, sometimes it opens the plan in a new tab, but sometimes it is not
The plan in the chat becomes visible right after choosing any option in the dialog (approve/deny/add more comments etc)
So I usually add a comment with a question mark "?" or something -> see the plan -> proceed with it
But it's definitely an annoying bug

bloomdido · 5 months ago

Sorry @vince-winkintel - didn't see your comment until now. For me, the VS Code plugin has been opening a new tab with the plan contained in it, but your experience may differ.

arno-kruger · 4 months ago
Sorry @vince-winkintel - didn't see your comment until now. For me, the VS Code plugin has been opening a new tab with the plan contained in it, but your experience may differ.

I saw that at least they made some change (not just ignoring) as this has been an issue for 8 months. This has been reported under other threads previously. It works sometimes, sometimes it does not!

This is such a basic function - how shameful that they have not fixed this and I have to write this into every .md at the beginning of the project!

obromios · 3 months ago

Something similar also happens in the Claude Code app. It proudly presents a new plan, but the old plan is showing and cannot see new plan.

Holybasil · 2 months ago

Same VS Code extension plan-webview cluster as the auto-closed #57169 — adding a precise repro for the "can't reopen the
plan-review view after closing it"
facet.

Symptom: Once the plan-review webview ("Ready for review / Select text to add comments on the plan") is closed, there is no
supported way to reopen it for a plan that was already generated.

Repro (VS Code extension, macOS):

  1. Plan mode generates a plan; the review webview appears with inline-comment support.
  2. Close that webview tab.
  3. The plan still exists on disk at ~/.claude/plans/<name>.md. Open it.
  4. It opens only in the plain Text Editor / Markdown Preview — no review UI, no inline comments(very useful for me!).
  5. Right-click the tab → "Reopen Editor With…" lists only Text Editor (Built-in), Markdown Preview Enhanced, `Markdown

Preview (Built-in)` — there is no "Claude Plan" custom editor to switch to (screenshot below).

  1. Command Palette has no "reopen plan in review mode" command.

Expected: Opening a saved ~/.claude/plans/*.md or a command, or clicking the plan message in the chat history should reopen the review webview with inline commenting, not just raw markdown.

Impact: Plan review + inline comments is effectively one-shot. Dismiss the panel and the review affordance for that plan is lost permanently; only the raw .md remains.

Env: VS Code extension, Claude Code 2.1.170, macOS.

<img width="1200" height="396" alt="Image" src="https://github.com/user-attachments/assets/804b7a6a-60a7-48da-84b8-78f5bf949ce2" />

github-actions[bot] · 1 month ago

Closing for now — inactive for too long. Please open a new issue if this is still relevant.

reppners · 17 days ago

Still an issue, please reopen