Open In Antigravity is a VS Code-compatible extension that opens the selected item's project root in Antigravity from the Explorer context menu.
Features
Shows one Explorer context menu item: Open In Antigravity.
Searches upward for .git, then falls back to the matching workspace root, then the selected folder.
For files, starts from the containing folder.
Supports Windows, macOS, and Linux.
Platform Defaults
When both openInAntigravity.executablePath and openInAntigravity.customCommand are empty, the extension uses these defaults:
Platform
Launch behavior
Windows
Directly runs Antigravity's Electron CLI entry when installed in a common location; otherwise uses hidden PowerShell Start-Process fallback
macOS
First checks common .app bundle paths and runs Antigravity's bundled CLI when available; otherwise falls back to /usr/bin/open -a "Google Antigravity" <path> and /usr/bin/open -a "Antigravity" <path>