Skip to content

Commit e6e8c07

Browse files
committed
Export CODE_OVERRIDES_MANAGER with other plugins
1 parent 86e696e commit e6e8c07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/jupyterlab-lsp/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import { SYNTAX_HIGHLIGHTING_PLUGIN } from './features/syntax_highlighting';
4747
import { COMPLETION_THEME_MANAGER } from '@krassowski/completion-theme';
4848
import { plugin as THEME_VSCODE } from '@krassowski/theme-vscode';
4949
import { plugin as THEME_MATERIAL } from '@krassowski/theme-material';
50+
import { CODE_OVERRIDES_MANAGER } from './overrides';
5051

5152
export const codeCheckIcon = new LabIcon({
5253
name: 'lsp:codeCheck',
@@ -256,6 +257,7 @@ const plugins: JupyterFrontEndPlugin<any>[] = [
256257
COMPLETION_THEME_MANAGER,
257258
THEME_VSCODE,
258259
THEME_MATERIAL,
260+
CODE_OVERRIDES_MANAGER,
259261
plugin,
260262
...DEFAULT_TRANSCLUSIONS,
261263
...default_features

0 commit comments

Comments
 (0)