Google’s Antigravity 2.0 update strips out the code editor, forcing developers to download a separate IDE

google-antigravity-logo-featured

Following the Google I/O 2026 event, Google pushed a massive automatic update to its AI coding platform Antigravity, completely gutting the built-in code editor and leaving developers with nothing but a prompt chat box.

This massive change immediately disrupted active production workflows as users ran into missing terminals, broken sidebars, and wiped configurations.

One frustrated developer on Reddit called it a classic example of product management overreach, noting that active projects were suddenly rendered unusable. Google’s move looks aggressive, essentially forcing a brand-new layout that feels entirely half-baked for day-to-day programming.

google-antigravity-ide-separate-complaints

Instead of a unified environment, users are stuck in an “Agent View” loop. As the OP of another highly upvoted Reddit thread mentioned, the software feels like a glorified chat wrapper now. Essential features like source control, local terminals, and remote SSH or WSL2 support are entirely gone from the default version.

google-antigravity-ide-removed-complaint-update

Basically, Google now expects developers to download a separate IDE tool entirely. If you try to run both versions simultaneously, namespace conflicts cause the system to default straight back to the 2.0 agent dashboard.

Worse yet, the new IDE split appears to have broken Remote-WSL connections entirely, with developers noting 404 server errors on the Google CDN. You can check out more of these workspace errors on the Google AI Developers Forum and on additional community reports here and here.

How to fix your broken environment

If the automatic rollout broke your setup, you can reclaim your editor. A commenter on Reddit shared that completely uninstalling Antigravity 2.0 first, killing lingering processes via Task Manager, and then installing only the standalone Antigravity IDE version from the official download page breaks the broken launch loop.

That said, the blank slate encountered after a clean install has a clear technical explanation. As highlighted by Nandur Studio on X, Google quietly split the app into two entirely separate directories inside AppData. Your old data lives in \Roaming\Antigravity, while the new app installer only reads \Roaming\Antigravity IDE.

google-antigravity-data-gone-missing-workaround

To bridge the gap and restore your wiped configurations, snippets, and chat histories, you will need to manually copy the contents of the old folder and overwrite everything inside the new Antigravity IDE structure. Moving these local files directory-to-directory pulls your previous project context back from the dead, at least for now.

For those who want the old experience back entirely, a guide on the developer forum outlines steps to roll back to version 1.23.2. Once installed, you will need to go to Editor Settings, search for auto-updates, and toggle them off to prevent the software from overwriting your project data again.

The post Google’s Antigravity 2.0 update strips out the code editor, forcing developers to download a separate IDE appeared first on PiunikaWeb.

readers loved this