Skip to content

Commit 4118fb2

Browse files
committed
Close VE panels on disconnect
1 parent 696fac5 commit 4118fb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ export function setupConfig(context: ExtensionContext) {
7575

7676
// Remove old service examples
7777
delete Examples[ServiceInfoLabel];
78+
79+
// Close out the Visual Explain panels
80+
commands.executeCommand('vscode-db2i.dove.close');
7881
});
7982
}
8083

0 commit comments

Comments
 (0)