mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 18:48:33 -05:00
Removing oe service changes from release 1.43 (#22593)
* Revert "Fixing connection without saved password not connecting in Async Server Tree (#22535)" This reverts commitd49ff85afc. * Revert "Adding caching in OE service (#22539)" This reverts commita1acaf2096.
This commit is contained in:
@@ -416,9 +416,7 @@ export class ConnectionManagementService extends Disposable implements IConnecti
|
||||
connectionType: this._connectionStatusManager.isEditorTypeUri(owner.uri) ? ConnectionType.editor : ConnectionType.default,
|
||||
input: owner,
|
||||
runQueryOnCompletion: RunQueryOnConnectionMode.none,
|
||||
showDashboard: options.showDashboard,
|
||||
isEditConnection: true,
|
||||
oldProfileId: connection.id
|
||||
showDashboard: options.showDashboard
|
||||
};
|
||||
return this.showConnectionDialog(params, options, connection, connectionResult).then(() => {
|
||||
return connectionResult;
|
||||
|
||||
Reference in New Issue
Block a user