mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Label of DB update when remaking profile (#6561)
This commit is contained in:
@@ -612,6 +612,7 @@ export class ConnectionManagementService extends Disposable implements IConnecti
|
||||
this._editorService.editors.map(editor => {
|
||||
if (editor instanceof DashboardInput) {
|
||||
if (DashboardInput.profileMatches(profile, editor.connectionProfile)) {
|
||||
editor.connectionProfile.connectionName = profile.connectionName;
|
||||
editor.connectionProfile.databaseName = profile.databaseName;
|
||||
this._editorService.openEditor(editor)
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user