提交 1f165bea 编写于 作者: R Rob Lourens

Fix unreliable status bar indicator

Fix #121194
上级 27b39a13
......@@ -225,6 +225,7 @@ export class ActiveCellStatus extends Disposable implements IWorkbenchContributi
const activeEditor = getNotebookEditorFromEditorPane(this._editorService.activeEditorPane);
if (activeEditor) {
this._itemDisposables.add(activeEditor.onDidChangeSelection(() => this._show(activeEditor)));
this._itemDisposables.add(activeEditor.onDidChangeActiveCell(() => this._show(activeEditor)));
this._show(activeEditor);
} else {
this._accessor.clear();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册