mtxr / vscode-sqltools

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

Delay showing SQL CONSOLE tab in Panel until first query is run #1328

Open gjsjohnmurray opened 1 month ago

gjsjohnmurray commented 1 month ago

Aims to improve the case described in https://github.com/mtxr/vscode-sqltools/discussions/1188 by delaying display of this view container until the first time a message is written to the Messages view that lives there by default.

gjsjohnmurray commented 1 month ago

@george-james-software please take a look at this.