提交 e982c58b 编写于 作者: I isidor

simplify evaluation

上级 7602a83c
......@@ -294,7 +294,7 @@ export class DebugEditorContribution implements IDebugEditorContribution {
if (stackFrame && model && model.uri.toString() === stackFrame.source.uri.toString()) {
this.editor.updateOptions({
hover: {
enabled: !stackFrame || !model || model.uri.toString() !== stackFrame.source.uri.toString()
enabled: false
}
});
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册