microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.5k stars 883 forks source link

Language Service Leaves Connection Open #25700

Open akc42 opened 2 weeks ago

akc42 commented 2 weeks ago

Steps to Reproduce:

  1. Try and drop database
  2. Query Hangs
  3. Cancel query
  4. Run Exec sp_who2 and locate connection to database (its always language service)
  5. kill the process shown in sp_who2
  6. Retry to drop database
  7. Success

Does this issue occur when all extensions are disabled?: Yes