mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.45k stars 292 forks source link

Add a connection count badge #1061

Closed gjsjohnmurray closed 1 year ago

gjsjohnmurray commented 1 year ago

This implements #994, adding a connection count badge to the activity bar icon. The badge also has a tooltip showing the name of the active connection.

The badge API arrived in VS Code 1.72, so this is now the minimum version we require.