You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for clarification! What's the difference between the microsoft.sqltools.credentials and microsoft.sqltools.servicelayer? Should I install both of them?
Thanks,
:)
The text was updated successfully, but these errors were encountered:
Microsoft.SqlTools.Credentials is a stripped-down app that mostly serves to support password management by our tools. Its focus is supporting save/read password requests when passed a connection profile. This is useful since we need to securely store a password in Credential Vault (Windows), KeyChain (macOS), or an ACL'd file (Linux, sadly no better "works everywhere" solution for now)
Microsoft.SqlTools.Service supports all our functionality - intellisense, query execution, plus some in-progress work on new features. Currently both the VSCode-MSSQL extension and the mssql-scripter commandline "schema and data dumper" utility use this to support their scenarios.
If this answers your question, please close out the issue, thanks!
Just for clarification! What's the difference between the microsoft.sqltools.credentials and microsoft.sqltools.servicelayer? Should I install both of them?
Thanks,
:)
The text was updated successfully, but these errors were encountered: