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.58k stars 908 forks source link

Remove sqlDropStoredProc snippet which conflicts with DESC keyword #25997

Closed kburtram closed 3 weeks ago

kburtram commented 3 weeks ago

This snippet in particular is conflicting with DESC keyword and causing a problem that has been reported a few times, e.g., https://github.com/microsoft/azuredatastudio/issues/25762. This doesn't fix the underlying issue with the keyword & snippets conflicting all-up, but it resolved the most common rough spot. And the snippet isn't really that useful (compared to DESC keyword)

coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 11526752318

Details


Totals Coverage Status
Change from base Build 11509734498: 0.0%
Covered Lines: 30720
Relevant Lines: 68916

💛 - Coveralls