-
Notifications
You must be signed in to change notification settings - Fork 513
Labels
Milestone
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.)
gisn1, match-gabeflores, Chewieez and samgusick
Activity
nycgavin commentedon Feb 24, 2025
Being able to cancel a long running Query should be part of the core requirement. If even this doesn't work...
match-gabeflores commentedon Feb 25, 2025
I've also started to encounter this occasionally. I have to restart VSCode as a solution. I've also seen this more often on Cursor ide (not sure where the source of the bug is - cursor or the extension)
cssuh commentedon Mar 11, 2025
Hi @nycgavin & @match-gabeflores just to clarify, I have two questions:
20 remaining items
sggoose commentedon Jul 24, 2025
Could we get an update on this? I see the pull request to close but this keeps getting pushed to further milestones?