Open
Description
Description
in a recent update, saved credentials are erased after a single failed connection.
also when prompted for a password, if I go to another window to get the password and come back, the prompt has been dismissed and won't come back when I click "connect" again.
this has significantly reduced the usability.
Steps to Reproduce
- configure Aspire project to create a SQL database in a container with a fixed password and port
- start Aspire project, connect to database (127.0.0.1, with manually configured password)
- connection is successful
- stop container
- later, without starting the project, try to connection (forgetting that container is not running)
- connection fails (as expected)
- start Aspire Host / sql conatiner
- try to connect to db
- password has been erased
Affected Area
- Connection dialog
- Query editor
- IntelliSense/auto-completion
- Query results panel
- Object Explorer
- Table Designer
- Schema Compare
- Schema Designer
- Query Plan Visualizer
- Other (please describe below)
If you selected "Other", please describe the affected area
No response
Environment Information
Version: 1.100.2 (user setup)
Commit: 848b80aeb52026648a8ff9f7c45a9b0a80641e2e
Date: 2025-05-14T21:47:40.416Z (1 wk ago)
Electron: 34.5.1
ElectronBuildId: 11369351
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100
Extension: ms-mssql.mssql, 1.32.0
Confirmation
- I have searched existing issues and couldn't find a match
- I want to work on this issue