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.53k stars 893 forks source link

Remove the SQL Credential Manager and use the VSCode Credential Manager #10262

Open aaomidi opened 4 years ago

aaomidi commented 4 years ago

VSCode already has a credential manager, we could use this instead of the SQLToolsService one.

Should we make this change? @anthonydresser @kburtram

anthonydresser commented 4 years ago

We'd have to make sure there's no issues with the difference (they store on the front end, we store on the back end). Probably it would make more sense to do a test run with converting the extension first.