Google Antigravity 2.0 Broke My IDE: Fixing the Missing File Explorer and Workspace Bug
The update to Google Antigravity 2.0.1 has caused issues for users, including the disappearance of the file explorer and workspace layout. This article provides a guide on how to restore the classic IDE workspace and recover lost chat history and settings. Users can temporarily rename a package to revert to the original interface while retaining their project files locally.
- ▪After updating to version 2.0.1, users reported losing their file explorer and workspace sidebar.
- ▪The update appears to have separated Antigravity into two distinct layers: an agent-focused interface and a traditional IDE.
- ▪A workaround involves renaming the app.asar package to restore the classic IDE layout.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1626655) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } naveen gaur Posted on May 22 • Originally published at naveengaur.com Google Antigravity 2.0 Broke My IDE: Fixing the Missing File Explorer and Workspace Bug #antigravity #google #agents #ai If you recently updated Google Antigravity to version 2.0.1 or higher and suddenly lost: your file explorer, workspace sidebar, code editor layout, or previous chat history, you’re not alone.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).