Skip to content

Commit 08f15d5

Browse files
committed
Fix completion overrides not being properly applied
1 parent 4779dc2 commit 08f15d5

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export const COMPLETION_PLUGIN: JupyterFrontEndPlugin<ICompletionFeature | null>
110110
IRenderMimeRegistry,
111111
ILSPDocumentConnectionManager
112112
],
113+
provides: ICompletionFeature,
113114
autoStart: true,
114115
activate: async (
115116
app: JupyterFrontEnd,

0 commit comments

Comments
 (0)