mtxr / vscode-sqltools

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

Add `sqltools.results.reuseTabs` setting (#632) #968

Closed gjsjohnmurray closed 2 years ago

gjsjohnmurray commented 2 years ago

This PR fixes #632 by adding a new sqltools.results.reuseTabs enum setting. Values are never (the default which retains current behaviour) and connection (which reuses a tab per connection).

As part of this work the other third-level settings of the sqltools.results object have been broken out into individual 3-part properties. This means they are mostly editable in the settings UI and display better in the web documentation. The exception is sqltools.results.customization which is still an object.


Thank you for your contribution! Before submitting this PR, please make sure: