Google Antigravity 2.0 Just Deleted Your IDE — Here's How to Get It Back
·
By Arjun Walia
What the Hell Happened
I opened Antigravity this morning expecting to pick up where I left off on a project. Instead, I got a blank screen with an "Agent Manager" and zero code editing capability.
No terminal. No file tree. No extensions. Just a chat input and a popup trying to sell me AI credits.
I spent the next hour thinking I was going insane. Did I install the wrong thing? Did a setting get flipped? Nope — Google had quietly swapped my IDE for a completely different product through an automatic update.
Turns out, Antigravity 2.0 isn't an IDE anymore. It's a standalone agent chat app. The actual code editor was split off into a separate download called "Antigravity IDE." And if you let the auto-updater do its thing, it replaced your working IDE with the agent-only version without warning.
Why This Is a Disaster
The core problem is that Google decided to split a single product into two without telling anyone. If you had Antigravity 1.x installed, the 2.0 update replaced it with the agent app. Your projects, settings, extensions — all of it now lives in a directory that the new app doesn't read from.
Users on Reddit are reporting lost session history, broken project structures, and extensions that simply stopped working. One person described it as "updating Paint and getting Word instead."
Even if you find the separate Antigravity IDE download, installing it alongside the agent app doesn't work — they share the same executable name, and the installer gets confused. You have to fully uninstall the agent version first, then install the IDE version. And even then, your old session data might not migrate.
One commenter figured out you can manually copy the contents of `%APPDATA%\Antigravity` to `%APPDATA%\Antigravity IDE` to get your history back, but that's not something a normal user should have to do.
The Workaround That Actually Works
Here's the fix that multiple Reddit users confirmed works:
1. Uninstall Antigravity 2.0 completely from your system. 2. Go to antigravity.google/product/antigravity-ide and download the IDE version. 3. Install it fresh. 4. If your old projects and history don't show up, navigate to `%APPDATA%\Antigravity` (Windows) or `~/.gemini/antigravity-backup` (Mac) and copy the contents to the corresponding `Antigravity IDE` folder.
This gets you back to a working state. But it's a band-aid. The IDE version is also on 2.0.1 now, and some users report that Remote-WSL support is broken because Google hasn't published the server binary for that version yet.
If you were using extensions like Claude Code or Codex inside Antigravity, those are gone too. The IDE version doesn't seem to carry them over, and the extension marketplace may have changed.
What Google Was Thinking
I can piece together the logic, even if I don't agree with it. Google wants to push an "agent-first" workflow where the AI handles everything and you just review the output. The standalone agent app is their vision of the future — a chat interface that talks to your codebase without you needing to touch files directly.
But here's the thing: that vision only works if the AI is perfect. It's not. Anyone who's done real development knows you need to inspect diffs, run tests manually, check for edge cases the agent missed. Taking away the IDE makes code review harder, not easier.
One Reddit user put it well: "I want to be able to see what the AI actually generated, and to be able to use AI to move faster while I still maintain the code." That's the sweet spot. Google skipped straight to "no code editor needed" and forgot that most of us aren't ready to hand over full control.
Also, splitting a product into two downloads and calling it an "update" is just bad UX. If you want a separate agent app, release it as a new product. Don't overwrite someone's working IDE without warning.
Should You Switch to Something Else?
If you're already frustrated enough to leave, I get it. A lot of people in the Reddit thread are talking about moving to Cursor, Windsurf, or just going back to VSCode with extensions.
Cursor has its own issues — it recently added an agent view that some people don't like, but the core IDE is still intact. Windsurf is solid if you want AI integration without losing the editor. And plain VSCode with Continue.dev or Cody is still a great setup.
For me, I'm going to stick with Antigravity IDE for now because the underlying Gemini models are genuinely good, and I have a workflow built around them. But I'm keeping one eye on the exit. If Google pulls another stunt like this, I'm gone.
If you're starting fresh today, I'd honestly recommend Cursor over Antigravity. It's more stable, the AI features are comparable, and you won't wake up one morning to find your IDE replaced by a chatbot.
The Bottom Line
Google botched this launch. Hard. They turned a functional IDE into a confusing two-product mess, nuked user configurations, and broke core features like Remote-WSL in the process.
The fix exists — uninstall the agent app, install the IDE version, manually migrate your data — but you shouldn't have to do any of that. A software update should improve your experience, not force you to dig through AppData folders at midnight.
If you're currently stuck with the agent-only interface, use the workaround above to get your IDE back. And if you haven't updated yet? Wait. Give Google a few weeks to sort this out before you click that "Update" button.