-
Notifications
You must be signed in to change notification settings - Fork 555
Open
Description
Describe issue:
Azure Data Studio feels cohesive and has the features that are needed. In VSCode it is disjointeed. Some extensions are fighting with the MSSQL extension for ownership of sql files. I can't manage jobs, auto complete either doesn't work or AI components try to finish the code for you when you don't want it to. I can't seem to make a proper project that has just SQL for all my Databases. I do not want a Database Project as I connect to several DB's. I just want to right click and query. Query history goes away on reload. Need a snippet library. Import and Export tools are missing / don't work.
Steps to Reproduce:
- Use VSCode with MSSQL Extension as opposed to Azure Data Studio / SSMS
Expected Behavior:
Feature Parity (Parity != Same)
Actual Behavior:
Missing features
| Software | Version |
|---|---|
| MSSQL Extension | 1.38.0 |
| VS Code | 1.107.0 |
| OS | Darwin 25.2.0 |
TBurda