[ide-mode] Suggest the extension name in the installation messages (#6182)

This commit is contained in:
christine betts
2025-08-14 14:57:36 +00:00
committed by GitHub
parent 2fc1ef7d59
commit d6403c67ee
4 changed files with 13 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ export * from './ide/ide-client.js';
export * from './ide/ideContext.js';
export * from './ide/ide-installer.js';
export { getIdeInfo, DetectedIde, IdeInfo } from './ide/detect-ide.js';
export * from './ide/constants.js';
// Export Shell Execution Service
export * from './services/shellExecutionService.js';