nuxt / nuxt/devtools

feat: add Google Antigravity to supported editors list

Open
#987 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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
Image Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.