mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 09:35:40 -05:00
Adding inline actions to OE (#23101)
This commit is contained in:
@@ -126,6 +126,9 @@ export interface IConnectionManagementService {
|
||||
onConnectionProfileGroupMoved: Event<ConnectionElementMovedParams>;
|
||||
// End of Event Emitters for async tree
|
||||
|
||||
// Event emitters for recent connections tree
|
||||
onRecentConnectionProfileDeleted: Event<ConnectionProfile>;
|
||||
|
||||
// Properties
|
||||
providerNameToDisplayNameMap: { [providerDisplayName: string]: string };
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ export class TestConnectionManagementService implements IConnectionManagementSer
|
||||
public onConnectionProfileGroupEdited: Event<any> = Event.None;
|
||||
public onConnectionProfileGroupDeleted: Event<any> = Event.None;
|
||||
public onConnectionProfileGroupMoved: Event<any> = Event.None;
|
||||
public onRecentConnectionProfileDeleted: Event<any> = Event.None;
|
||||
|
||||
public get onConnect(): Event<any> {
|
||||
return Event.None;
|
||||
|
||||
Reference in New Issue
Block a user