Removing oe service changes from release 1.43 (#22593)

* Revert "Fixing connection without saved password not connecting in Async Server Tree (#22535)"

This reverts commit d49ff85afc.

* Revert "Adding caching in OE service (#22539)"

This reverts commit a1acaf2096.
This commit is contained in:
Aasim Khan
2023-04-03 16:04:28 -07:00
committed by GitHub
parent 15ecdc8653
commit a8d851b1ed
6 changed files with 39 additions and 51 deletions

View File

@@ -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;