[BUG] All the extensions are displayed under the 'Explorer' in Antigravity.
Status Closed — not planned
Maintainer reply None cached
Activity 13 comments · opened Dec 16, 2025 · closed Feb 27, 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?
All the extensions are displayed under the 'Explorer'.
What Should Happen?
extensions should display in siderbar.
Error Messages/Logs
Anthropic.claude-code: Error: Extension 'Anthropic.claude-code' CANNOT use API proposal: contribSecondarySidebar.
Its package.json#enabledApiProposals-property declares: [] but NOT contribSecondarySidebar.
The missing proposal MUST be added and you must start in extension development mode or use the following command line switch: --enable-proposed-api Anthropic.claude-code
at _Te (vscode-file://vscode-app/Applications/Antigravity.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3310:19242)
at vscode-file://vscode-app/Applications/Antigravity.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3621:72499
at Array.forEach (<anonymous>)
at rvi.i (vscode-file://vscode-app/Applications/Antigravity.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3621:72298)
at WVa.a (vscode-file://vscode-app/Applications/Antigravity.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3621:71835)
at WVa.d (vscode-file://vscode-app/Applications/Antigravity.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3307:53993)
at WVa.acceptUsers (vscode-file://vscode-app/Applications/Antigravity.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:3307:53926)
at ins.Lb (vscode-file://vscode-app/Applications/Antigravity.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6838:5711)
at dns.Ib (vscode-file://vscode-app/Applications/Antigravity.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6838:4741)
at dns.mb (vscode-file://vscode-app/Applications/Antigravity.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:6837:19934)
error @ workbench.desktop.main.js:2797
workbench.desktop.main.js:2797 WARN [Anthropic.claude-code]: View container 'claude-sidebar-secondary' does not exist. All views registered to it will be added to 'Explorer'.
warn @ workbench.desktop.main.js:2797
workbench.desktop.main.js:2797 WARN [apollographql.vscode-apollo]: View container 'client-devtools' does not exist. All views registered to it will be added to 'Explorer'.
warn @ workbench.desktop.main.js:2797
workbench.desktop.main.js:2797 WARN [Dart-Code.dart-code]: View container 'flutter' does not exist. All views registered to it will be added to 'Explorer'.
warn @ workbench.desktop.main.js:2797
workbench.desktop.main.js:2797 WARN [Dart-Code.dart-code]: View container 'flutterPropertyEditorContainer' does not exist. All views registered to it will be added to 'Explorer'.
warn @ workbench.desktop.main.js:2797
workbench.desktop.main.js:2797 WARN [Dart-Code.dart-code]: View container 'sidebarDevToolsContainer' does not exist. All views registered to it will be added to 'Explorer'.
warn @ workbench.desktop.main.js:2797
workbench.desktop.main.js:2797 WARN [Dart-Code.dart-code]: View container 'sidebarDevToolsInspectorContainer' does not exist. All views registered to it will be added to 'Explorer'.
Steps to Reproduce
1, install 2.0.70
2, open a new project with Antigravity
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.0.62
Claude Code Version
2.0.70
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
13 Comments
I also meet this issue
OS: macOS
antigravity version: 1.104.0
extensions version: 2.0.72
Same issue, my codex icon in Activity Bar is disappeared.
Same issue in Cursor
Secondary Sidebar not supported in this version of VSCode. Please update your VSCode to use. Opening in Activity Bar instead.
Same issue, opening in Explorer for 2.0.75 and antigravity 1.12.3
Same issue in Cursor (2.2.44) with 2.0.75.
today an update came, still no connection to the antigravity ide and breaks the extensions
There is a small fix, customize layout -> secondary activity bar, drag-n-drop claude code from the panel to the secondary activity bar
<img width="1054" height="66" alt="Image" src="https://github.com/user-attachments/assets/e8e23d43-d624-4e08-8ce4-b853945c4ed5" />
same issue. antigravity
Antigravity Version: 1.14.2
VSCode OSS Version: 1.104.0
claude code plugin: Version 2.1.7
the codex can be open by command, but the icon is missing.
the cline totally cannnot display
can disable/enable codex/cline and side bar icon show again. but after restart or new workspace still same.
<img width="105" height="121" alt="Image" src="https://github.com/user-attachments/assets/25ddad6c-95eb-4da3-ad1d-4cc188158d55" />
try add cline and show in the main side bar and drag to second side bar, works. restart still keep
maybe a temparay solution:
<img width="62" height="198" alt="Image" src="https://github.com/user-attachments/assets/766cb59e-8aee-4234-a17b-b96e3967df3e" />
Claude Code for VS Code Extension - bugs ##
I simply disabled the 'Claude Code for VS Code' Extension in Antigravity,
and re-start Antigravity IDE, every icon suddenly get back in the Activity Items icon area (no more list in explorer)
I enabled 'Claude Code for VS Code' Extension, re-start --> Icon has be gone again.
-_____- ; what the ...
Analysis ##
<img width="528" height="155" alt="Image" src="https://github.com/user-attachments/assets/629c84e7-d8ad-40a3-99a8-da22a8411bda" />
Solution ##
Browse the Claude Code Extension installation folder and delete the secondary sidebar definition in package.json. ----> No error occurs --> The problem disappears completely. --> If you add an exception handling function within the 'Claude Code for VS Code Extension' to check if the current IDE version (VSCode OSS Version) is an older version that supports secondary sidebar, the error will be resolved. (As a result, errors with cursor and antigravity will disappear.)
Claude Code for VS Code Extension v2.1.7
a. Delete 'secondary sidebar' related section in
b. re-start antigravity
c. everything is fine.
d. But a few days later, If the CC extension is updated without this fix, this error will occur again.
<img width="991" height="78" alt="Image" src="https://github.com/user-attachments/assets/df72505e-d3ef-4a63-84df-5e107d581430" />
..
<img width="1079" height="1316" alt="Image" src="https://github.com/user-attachments/assets/045d39a8-b687-4d86-bd94-e091317ef87c" />
Caution ##
If there is another extension that similarly includes secondary sidebar related content in its package.json --> When that extension will be activated after installation --> So the same error is expected to occur in Antigravity, cursor, etc.
Closing for now — inactive for too long. Please open a new issue if this is still relevant.
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.