Skip to content

Commit 0d66afe

Browse files
committed
Do update extra info on render too
1 parent c03c1d1 commit 0d66afe

File tree

1 file changed

+1
-1
lines changed
  • packages/jupyterlab-lsp/src/features/completion

1 file changed

+1
-1
lines changed

packages/jupyterlab-lsp/src/features/completion/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export class LSPCompletionRenderer
131131
});
132132
this.visibilityObserver.observe(li);
133133
// TODO: build custom li from ground up
134-
// this.updateExtraInfo(lsp_item, li)
134+
this.updateExtraInfo(lsp_item, li);
135135
} else {
136136
this.updateExtraInfo(item, li);
137137
}

0 commit comments

Comments
 (0)