mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 15:04:16 -07:00
refactor(ide): replace DetectedIde enum with IDE_DEFINITIONS object (#8698)
This commit is contained in:
@@ -64,8 +64,7 @@ export * from './services/fileSystemService.js';
|
||||
export * from './ide/ide-client.js';
|
||||
export * from './ide/ideContext.js';
|
||||
export * from './ide/ide-installer.js';
|
||||
export { getIdeInfo, DetectedIde } from './ide/detect-ide.js';
|
||||
export { type IdeInfo } from './ide/detect-ide.js';
|
||||
export { IDE_DEFINITIONS, type IdeInfo } from './ide/detect-ide.js';
|
||||
export * from './ide/constants.js';
|
||||
export * from './ide/types.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user