File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/jupyterlab-lsp/src/virtual/editors Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 11import { Notebook , NotebookPanel } from '@jupyterlab/notebook' ;
22import { Cell } from '@jupyterlab/cells' ;
33import { CodeMirrorEditor } from '@jupyterlab/codemirror' ;
4- import { ShowHintOptions } from 'codemirror' ;
54import { IOverridesRegistry } from '../../magics/overrides' ;
65import { IForeignCodeExtractorsRegistry } from '../../extractors/types' ;
76import { VirtualEditor } from '../editor' ;
@@ -138,7 +137,6 @@ export class VirtualEditorForNotebook extends VirtualEditor {
138137 return this . get_editor_at_root_line ( position ) ;
139138 }
140139
141- showHint : ( options : ShowHintOptions ) => void ;
142140 state : any ;
143141
144142 addKeyMap ( map : string | CodeMirror . KeyMap , bottom ?: boolean ) : void {
You can’t perform that action at this time.
0 commit comments