[BUG] Claude Code Sidebar Icon Not Visible by Default

Status Fixed / completed
Maintainer reply ✓ Yes — hackyon-anthropic
Activity 8 comments · opened Sep 29, 2025 · closed Sep 30, 2025
💡 Likely answer: A maintainer (hackyon-anthropic, collaborator) responded on this thread — see the highlighted reply below.

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?

The Claude Code VS Code extension (v2.0.0) includes a sidebar view and Activity Bar icon, but they are hidden by default due to a conditional visibility flag (claude-code:sidebarVisible). Users must manually run the "Claude Code: Open in Side Bar" command to make the icon appear, and this preference is not persisted across VS Code restarts.

What Should Happen?

When the Claude Code extension is installed, the sidebar icon should be visible in the Activity Bar by default, allowing users to easily discover and access the feature. That's how other extensions work.

Steps to Reproduce

  1. Install anthropic.claude-code version 2.0.0 in VS Code
  2. Reload/restart VS Code
  3. Check Activity Bar (left sidebar) for Claude Code icon
  4. Icon is not visible

Claude Model

Sonnet (default)

Is this a regression?

No, this never worked

Last Working Version

_No response_

Claude Code Version

2.0

Platform

Anthropic API

Operating System

Ubuntu/Debian Linux

Terminal/Shell

VS Code integrated terminal

Additional Information

_No response_

View original on GitHub ↗

8 Comments

github-actions[bot] · 11 months ago

Found 1 possible duplicate issue:

  1. https://github.com/anthropics/claude-code/issues/3080

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

rodalpho · 11 months ago

This is a different issue; I still saw the Claude "spark" icon in the tab bar on the upper right, just not the extension icon in the sidebar on the left side, where extensions open panels.

hackyon-anthropic collaborator · 11 months ago

Thanks for the report, @rodalpho.

For now, we've decided to hide the extension icon and guide users to the tab bar icon instead, as the extension icon is currently always located on the primary sidebar to the left (it's currently a limitation of VSCode API).

We are looking to provide this functionality once VSCode's API to control which sidebar the extension goes becomes public (see https://github.com/anthropics/claude-code/issues/6732).

Feel free to follow along this issue if you're interested:
https://github.com/anthropics/claude-code/issues/2080

rodalpho · 11 months ago

OK, thanks for reviewing. I guess I'll just run that command every time I reopen VScode.

jbeckton · 11 months ago
OK, thanks for reviewing. I guess I'll just run that command every time I reopen VScode.

You can map keyboard shortcuts to open it. THis is what I had to resort to.

rodalpho · 11 months ago

Yep that’s what I did too. Surprised anthropic didn’t want it there, but at least there’s a workaround.

eturk1 · 11 months ago

so they're saying, "We don't want to put the extension icon where everyone sees all the other AI extensions." ?

OK, thanks for reviewing. I guess I'll just run that command every time I reopen VScode.
github-actions[bot] · 10 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.