Fix failing OE Tests caused by changes in connection API defaults (#5295)

* Fix failing OE Tests caused by changes in connection API defaults

* More spelling fixes
This commit is contained in:
Charles Gagnon
2019-05-01 10:18:23 -07:00
committed by GitHub
parent 2558a66a48
commit 64bf211a45
3 changed files with 9 additions and 9 deletions

View File

@@ -111,7 +111,7 @@ export class MainThreadConnectionManagement implements MainThreadConnectionManag
return connection;
}
public $connect(connectionProfile: IConnectionProfile, saveConnection: boolean = false, showDashboard: boolean = false): Thenable<azdata.ConnectionResult> {
public $connect(connectionProfile: IConnectionProfile, saveConnection: boolean = true, showDashboard: boolean = true): Thenable<azdata.ConnectionResult> {
let profile = new ConnectionProfile(this._capabilitiesService, connectionProfile);
profile.id = generateUuid();
return this._connectionManagementService.connectAndSaveProfile(profile, undefined, {