fix(ide companion extension): Don't show the installation confirmation message in Firebase Studio (#8097)

Co-authored-by: Roman Nurik <roman@nurik.net>
This commit is contained in:
Richie Foreman
2025-09-09 20:20:14 -04:00
committed by GitHub
parent 7d77f0287d
commit 76182dbfbf
3 changed files with 42 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export {
DEFAULT_TRUNCATE_TOOL_OUTPUT_LINES,
DEFAULT_TRUNCATE_TOOL_OUTPUT_THRESHOLD,
} from './src/config/config.js';
export { getIdeInfo } from './src/ide/detect-ide.js';
export { detectIdeFromEnv, getIdeInfo } from './src/ide/detect-ide.js';
export { logIdeConnection } from './src/telemetry/loggers.js';
export {
IdeConnectionEvent,