提交 00d2225c 编写于 作者: I isidor

debug: always clear tree highlight to avoid ending up in a broken state

fixes #12203
上级 75b420da
......@@ -117,6 +117,8 @@ export class VariablesView extends viewlet.CollapsibleViewletView {
}
private onFocusStackFrame(stackFrame: debug.IStackFrame): void {
// Always clear tree highlight to avoid ending up in a broken state #12203
this.tree.clearHighlight();
this.tree.refresh().then(() => {
if (stackFrame) {
return stackFrame.getScopes(this.debugService).then(scopes => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册