-
Notifications
You must be signed in to change notification settings - Fork 693
Open
Description
- Extension version: since 0.116
- VSCode Version: Antigravity Version: 1.13.3, VSCode OSS Version: 1.104.0 (user setup)
- OS: WSL2 Ubuntu on Windows 11
- Repository Clone Configuration (single repository/fork of an upstream repository): single
- GitHub Product (GitHub.com/GitHub Enterprise version x.x.x): github.com
Steps to Reproduce:
- Install any version of this extension above 0.114.3
- Open the extension tab: you see the message "There is no data provider registered that can provide view data."
It works perfectly with 0.114.3
Antigravity proposes to upgrade only to 0.118.2 (probably due to an older version of VSCode behind)
I tried 0.116.1 and it failed too so the issue lies probably in this version (or 0.116.0)
I found this in the output tab:
2025-12-25 18:36:44.847 [error] [Window] Extension 'github.vscode-pull-request-github' appears in product.json but enables LESS API proposals than the extension wants.
package.json (LOSES): activeComment, chatParticipantAdditions, chatParticipantPrivate, chatSessionsProvider, codiconDecoration, codeActionRanges, commentingRangeHint, commentReactor, commentReveal, commentThreadApplicability, contribAccessibilityHelpContent, contribCommentEditorActionsMenu, contribCommentPeekContext, contribCommentThreadAdditionalMenu, contribCommentsViewThreadMenus, contribEditorContentMenu, contribShareMenu, diffCommand, languageModelDataPart, languageModelToolResultAudience, quickDiffProvider, remoteCodingAgents, shareProvider, tokenInformation, treeViewMarkdownMessage
product.json (WINS): activeComment, codiconDecoration, codeActionRanges, commentingRangeHint, commentReactor, commentReveal, commentThreadApplicability, contribAccessibilityHelpContent, contribCommentEditorActionsMenu, contribCommentPeekContext, contribCommentThreadAdditionalMenu, contribCommentsViewThreadMenus, contribEditorContentMenu, contribMultiDiffEditorMenus, contribShareMenu, diffCommand, quickDiffProvider, shareProvider, tabInputTextMerge, tokenInformation, treeViewMarkdownMessage
EDIT: I tried to add the missing items in product.json but it didn't work...
Metadata
Metadata
Assignees
Labels
No labels