From 08f15d5bd2fe85843d9e575db5ddce305a680587 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Sat, 24 Feb 2024 21:00:27 +0000 Subject: [PATCH] Fix completion overrides not being properly applied --- packages/jupyterlab-lsp/src/features/completion/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/jupyterlab-lsp/src/features/completion/index.ts b/packages/jupyterlab-lsp/src/features/completion/index.ts index 06ae22e77..05301087a 100644 --- a/packages/jupyterlab-lsp/src/features/completion/index.ts +++ b/packages/jupyterlab-lsp/src/features/completion/index.ts @@ -110,6 +110,7 @@ export const COMPLETION_PLUGIN: JupyterFrontEndPlugin IRenderMimeRegistry, ILSPDocumentConnectionManager ], + provides: ICompletionFeature, autoStart: true, activate: async ( app: JupyterFrontEnd,