🆒 Your use case
When working within the Antigravity environment (https://antigravity.google/), Nuxt DevTools fails to open files in the editor. It currently attempts to spawn the code process, which results in a spawn code ENOENT error because the environment does not use the standard VS Code CLI binary.
🆕 The solution you'd like
Add Antigravity as a selectable editor in the DevTools settings.
To implement this, DevTools likely needs to support the specific URL scheme or CLI command used by Antigravity to handle file navigation (e.g., how it maps local paths to the IDE's internal file system).
🔍 Alternatives you've considered
No response
ℹ️ Additional info

🆒 Your use case
When working within the Antigravity environment (https://antigravity.google/), Nuxt DevTools fails to open files in the editor. It currently attempts to spawn the code process, which results in a spawn code ENOENT error because the environment does not use the standard VS Code CLI binary.
🆕 The solution you'd like
Add Antigravity as a selectable editor in the DevTools settings.
To implement this, DevTools likely needs to support the specific URL scheme or CLI command used by Antigravity to handle file navigation (e.g., how it maps local paths to the IDE's internal file system).
🔍 Alternatives you've considered
No response
ℹ️ Additional info