mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 17:23:05 -05:00
keep title up to date when connection changes (#15306)
This commit is contained in:
@@ -24,7 +24,6 @@ export class TestConnectionManagementService implements IConnectionManagementSer
|
||||
_serviceBrand: undefined;
|
||||
onAddConnectionProfile = undefined!;
|
||||
onDeleteConnectionProfile = undefined!;
|
||||
onConnectionChanged = undefined!;
|
||||
onLanguageFlavorChanged = undefined!;
|
||||
|
||||
public get onConnect(): Event<any> {
|
||||
@@ -35,6 +34,10 @@ export class TestConnectionManagementService implements IConnectionManagementSer
|
||||
return Event.None;
|
||||
}
|
||||
|
||||
public get onConnectionChanged(): Event<any> {
|
||||
return Event.None;
|
||||
}
|
||||
|
||||
public get providerNameToDisplayNameMap(): { [providerDisplayName: string]: string } {
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user