mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -651,7 +651,7 @@ export class ConnectionManagementService extends Disposable implements IConnecti
|
||||
TelemetryUtils.addTelemetry(this._telemetryService, TelemetryKeys.AddServerGroup);
|
||||
return new Promise<string>((resolve, reject) => {
|
||||
this._connectionStore.saveProfileGroup(profile).then(groupId => {
|
||||
this._onAddConnectionProfile.fire();
|
||||
this._onAddConnectionProfile.fire(undefined);
|
||||
resolve(groupId);
|
||||
}).catch(err => {
|
||||
reject(err);
|
||||
@@ -1220,7 +1220,7 @@ export class ConnectionManagementService extends Disposable implements IConnecti
|
||||
return new Promise<string>((resolve, reject) => {
|
||||
this._connectionStore.editGroup(group).then(groupId => {
|
||||
this.refreshEditorTitles();
|
||||
this._onAddConnectionProfile.fire();
|
||||
this._onAddConnectionProfile.fire(undefined);
|
||||
resolve(null);
|
||||
}).catch(err => {
|
||||
reject(err);
|
||||
|
||||
Reference in New Issue
Block a user