mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
debug: dispose watch expression template actionBar
This commit is contained in:
@@ -662,7 +662,9 @@ export class WatchExpressionsRenderer implements tree.IRenderer {
|
||||
}
|
||||
|
||||
public disposeTemplate(tree: tree.ITree, templateId: string, templateData: any): void {
|
||||
// noop
|
||||
if (templateId === WatchExpressionsRenderer.WATCH_EXPRESSION_TEMPLATE_ID) {
|
||||
(<IWatchExpressionTemplateData>templateData).actionBar.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
public dispose(): void {
|
||||
|
||||
Reference in New Issue
Block a user