File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/completion-theme/src Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import {
17
17
} from './types' ;
18
18
import { render_themes_list } from './about' ;
19
19
import '../style/index.css' ;
20
- import { ILSPLogConsole } from '@krassowski/jupyterlab-lsp' ;
21
20
22
21
export class CompletionThemeManager implements ILSPCompletionThemeManager {
23
22
protected current_icons : Map < string , LabIcon > ;
@@ -164,7 +163,7 @@ const LSP_CATEGORY = 'Language server protocol';
164
163
165
164
export const COMPLETION_THEME_MANAGER : JupyterFrontEndPlugin < ILSPCompletionThemeManager > = {
166
165
id : PLUGIN_ID ,
167
- requires : [ IThemeManager , ICommandPalette , ILSPLogConsole ] ,
166
+ requires : [ IThemeManager , ICommandPalette ] ,
168
167
activate : (
169
168
app ,
170
169
themeManager : IThemeManager ,
You can’t perform that action at this time.
0 commit comments