mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Disconnect Object Explorer node when session is disconnected from SQL Tools Service (#3249)
* WIP * WIP * Send disconnect event to OE * Bump dataprotocol to 0.2.9 * Cleanupps * Address a couple feedback
This commit is contained in:
@@ -30,6 +30,10 @@ export class ObjectExplorerProviderTestService implements sqlops.ObjectExplorerP
|
||||
|
||||
}
|
||||
|
||||
public registerOnSessionDisconnected(handler: (response: sqlops.ObjectExplorerSession) => any): void {
|
||||
|
||||
}
|
||||
|
||||
public registerOnExpandCompleted(handler: (response: sqlops.ObjectExplorerExpandInfo) => any): void {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user