Description
- MSSQL Extension Version: 1.28.0
- VSCode Version: 1.97.2
- OS Version: Mac sonoma 14.5
- M1 chip
- MS Sql server 2019
Steps to Reproduce:
- run this query on a new tab: Select * from ... join [Linked Server] --this query runs for a long time
- the query starts running, but the Query History says "No Queries Available" and the cancel button is hidden
- The bottom of VS code says Executing Query. (P.S. if you click on the disconnect button at this point, the bottom says canceling query, but it will continue spinning for the next x minutes)
- if you open another query tab and try to execute a different query, it opens a prompt and lets you choose the connection, but after you choose it, it just says testing profile on the bottom right corner but doesn't do anything.
- When the first query finished executing (after 5 minutes, another error shows up that says: mssql: A query is already running for this editor session. Please cancel this query or wait for its completion.)