pub fn detect_installed_versions() -> Result<Vec<CopilotChatInstall>>Expand description
Detect all installed Copilot Chat extension versions.
Scans ~/.vscode/extensions/ for directories matching github.copilot-chat-*
and reads each one’s package.json for version and engine requirements.