mtxr / vscode-sqltools

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

`None` result location #1158

Closed bombillazo closed 1 year ago

bombillazo commented 1 year ago

Is your feature request related to a problem? Please describe.

First off, great tool, thanks for this!

This request is to prevent a query result window from opening. This is useful when running setup or idempotent update scripts, and one has a fixed dev layout that is inevitably altered when running a script from the IDE. Currently, one can customize somewhat how the result window is opened:

image

Describe the solution you'd like

Add a None option so that when one runs a query, no new result location window is opened.

Describe alternatives you've considered

N/A

bombillazo commented 1 year ago

Hey @mtxr , does this look ok to you?