mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
This change removes the CliVersionChecker class and all related status bar functionality, reverting to the original approach that uses vscode.window.showInformationMessage for version-related notifications, as was implemented in the main branch. The changes include: 1. Removing CliVersionChecker import 2. Removing status bar item creation and update logic 3. Removing CLI version check on activation 4. Removing showCliVersionInfo command This addresses the issue where version detection notifications should use vscode.window.showInformationMessage instead of status bar display.