feat: add Google Antigravity to supported editors list
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.3k
- Forks
- 214
- Avg merge
- 13h 22m
- Merged PRs (30d)
- 18
Description
🆒 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the DevTools settings entry for editor selection and the existing VS Code CLI file-opening path. Verify Antigravity's URL scheme or CLI command, then add it as a selectable option and confirm that DevTools opens local files in that environment without the ENOENT error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100