microsoft / vscode-mssql

Visual Studio Code SQL Server extension.
Other
1.53k stars 455 forks source link

Option to disable opening file with TSQL query while doing Select Top 1000 #17224

Open CIRCULARKA opened 2 years ago

CIRCULARKA commented 2 years ago

When I click on my table in objects explorer and choose Select Top 1000 option, I end up with data that I need on the right split and useless file with raw TSQL that was used while processing my request that opens in new editor. How can I disable such behaviour so I can just get the table with data withoud raw TSQL file? image

Basically I would like to see something like "mssql.showRawSql: true | false" option

abist commented 2 years ago

@CIRCULARKA Currently, this is not supported, but I've marked this as an enhancement.