mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
Fixing connection without saved password not connecting in Async Server Tree (#22535)
This commit is contained in:
@@ -270,6 +270,9 @@ export class ConnectionDialogService implements IConnectionDialogService {
|
||||
showFirewallRuleOnError: true
|
||||
};
|
||||
|
||||
if (params && options.params === undefined) {
|
||||
options.params = params;
|
||||
}
|
||||
try {
|
||||
const connectionResult = await this._connectionManagementService.connectAndSaveProfile(connection, uri, options, params && params.input);
|
||||
this._connecting = false;
|
||||
|
||||
Reference in New Issue
Block a user