VSCode - SQL Server (msql) Extension - Prevent query execution on tab change

Viewed 118

I am using the SQL Server (msql) extension in VSCode and really liking it.

However when I want to run 2 queries I am discovering that the results will refresh every time I switch result tabs.

Both results tabs are in the same well (seems to not happen when they are in different wells)

enter image description here

Can I prevent this from happening and retain the original query results?

1 Answers
"mssql.persistQueryResultTabs": true
Related