mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
Adding inline actions to OE (#23101)
This commit is contained in:
@@ -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