microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 68 forks source link

chore: upgrade vscode engine #2244

Closed JasonYeMSFT closed 6 months ago

JasonYeMSFT commented 6 months ago

resolves: https://github.com/microsoft/vscode-cosmosdb/issues/2212 Telemetry shows that >90% of users have been on VSCode version higher than 1.82.0. Upgrading the VSCode Engine to a higher version allows us to remove a lot of tedious activationEvent registration and use VSCode built-in LogOutputChannel for better debugging.