File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/jupyterlab-lsp/src Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ import { SYNTAX_HIGHLIGHTING_PLUGIN } from './features/syntax_highlighting';
47
47
import { COMPLETION_THEME_MANAGER } from '@krassowski/completion-theme' ;
48
48
import { plugin as THEME_VSCODE } from '@krassowski/theme-vscode' ;
49
49
import { plugin as THEME_MATERIAL } from '@krassowski/theme-material' ;
50
+ import { CODE_OVERRIDES_MANAGER } from './overrides' ;
50
51
51
52
export const codeCheckIcon = new LabIcon ( {
52
53
name : 'lsp:codeCheck' ,
@@ -256,6 +257,7 @@ const plugins: JupyterFrontEndPlugin<any>[] = [
256
257
COMPLETION_THEME_MANAGER ,
257
258
THEME_VSCODE ,
258
259
THEME_MATERIAL ,
260
+ CODE_OVERRIDES_MANAGER ,
259
261
plugin ,
260
262
...DEFAULT_TRANSCLUSIONS ,
261
263
...default_features
You can’t perform that action at this time.
0 commit comments