claude-code - 💡(How to fix) Fix [BUG] vscode extension does not expose the feedback/bug slash command [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#45300Fetched 2026-04-09 08:08:33
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×4closed ×1commented ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

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

What's Wrong?

The Claude Code CLI exposes both the feedback and bug slash commands:

<img width="1102" height="88" alt="Image" src="https://github.com/user-attachments/assets/6ec83144-2649-4bf2-9f9f-e61cf299e7a7" /> <img width="1108" height="79" alt="Image" src="https://github.com/user-attachments/assets/6c1e580f-19df-4c90-92ab-e9eb5a096bf0" />

The vscode extension does not

<img width="690" height="172" alt="Image" src="https://github.com/user-attachments/assets/d253e881-8bec-47c0-92a9-1a8ec278c30e" /> <img width="688" height="201" alt="Image" src="https://github.com/user-attachments/assets/bb0ff278-3667-45cc-b84a-ac7d407858e9" />

Sending "/feedback my feedback" to the context window even though the helper does not display the command also does nothing. The functionality appears to be completely disabled

What Should Happen?

I should be able to provide feedback or report bugs through the vscode extension, the same way that I can with the CLI.

Error Messages/Logs

Steps to Reproduce

  • Start a new chat with claude through the vscode extension
  • See activity that necessitates providing feedback or reporting a bug
  • Type /feedback

Claude Model

Not sure / Multiple models

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

2.1.96 (Claude Code)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

VS Code integrated terminal

Additional Information

No response

extent analysis

TL;DR

The issue can be addressed by modifying the vscode extension to include the feedback and bug slash commands.

Guidance

  • Review the vscode extension code to identify why the feedback and bug slash commands are not exposed.
  • Compare the implementation of the CLI and vscode extension to ensure consistency in command handling.
  • Verify that the helper in the vscode extension is correctly displaying the available commands.
  • Test the functionality of sending "/feedback my feedback" to the context window to ensure it is working as expected.

Example

No code snippet can be provided without more information about the implementation details of the vscode extension and CLI.

Notes

The issue seems to be specific to the vscode extension and not a regression, as it has never worked. The solution will depend on the specific implementation details of the extension.

Recommendation

Apply workaround: Modify the vscode extension to include the missing commands, as the issue is specific to this extension and not a version-related problem.

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