Skip to content

Commit

Permalink
Fix completion overrides not being properly applied
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 24, 2024
1 parent 4779dc2 commit 08f15d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jupyterlab-lsp/src/features/completion/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export const COMPLETION_PLUGIN: JupyterFrontEndPlugin<ICompletionFeature | null>
IRenderMimeRegistry,
ILSPDocumentConnectionManager
],
provides: ICompletionFeature,
autoStart: true,
activate: async (
app: JupyterFrontEnd,
Expand Down

0 comments on commit 08f15d5

Please sign in to comment.