mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 00:14:28 -07:00
fix(core): add alternative command names for Antigravity editor detec… (#16829)
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com>
This commit is contained in:
@@ -101,7 +101,10 @@ const editorCommands: Record<
|
||||
neovim: { win32: ['nvim'], default: ['nvim'] },
|
||||
zed: { win32: ['zed'], default: ['zed', 'zeditor'] },
|
||||
emacs: { win32: ['emacs.exe'], default: ['emacs'] },
|
||||
antigravity: { win32: ['agy.cmd'], default: ['agy'] },
|
||||
antigravity: {
|
||||
win32: ['agy.cmd', 'antigravity.cmd', 'antigravity'],
|
||||
default: ['agy', 'antigravity'],
|
||||
},
|
||||
hx: { win32: ['hx'], default: ['hx'] },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user