Antigravity does not provide the right libraries to support github PRs.
The full issue is described here: There is no data provider registered that can provide view data. · Issue #8327 · microsoft/vscode-pull-request-github · GitHub
As a summary, when you install the github extension, and click on its icon, you get a message “There is no data provider registered that can provide view data.”
The workaround is:
-
Locate
the product.json file (e.g. C:\Program Files\Google\Antigravity\resources\app\product.json) -
Open
product.jsonin a text editor (requires Admin/Sudo permissions). -
Search for
github.vscode-pull-request-github. -
You will see a list of
extensionEnabledApiProposals. Add"chatSessionsProvider"and"chatParticipantPrivate"to that list. -
Save and Restart.
This must be done again and again after each new version of antigravity