microsoft/vscode-mssql

Cannot change password of a saved profile

llali opened this issue · 1 comments

llali commented
  • MSSQL Extension Version:
  • VSCode Version:
  • OS Version:

Steps to Reproduce:

  1. Connect to a server with user auth and save the password
  2. Verify connection made and profile saved
  3. Change the password in the server
  4. Try to connect again
    expected: Should get prompt to enter the correct password
    actual: It keeps failing to connect because of wrong password and doesn't let me change it
    The workaround is to delete the profile and create it again
llali commented

fixed in #993