We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc9d1c commit d469c4eCopy full SHA for d469c4e
packages/jupyterlab-lsp/src/index.ts
@@ -49,6 +49,8 @@ import { plugin as THEME_VSCODE } from '@krassowski/theme-vscode';
49
import { plugin as THEME_MATERIAL } from '@krassowski/theme-material';
50
import { CODE_OVERRIDES_MANAGER } from './overrides';
51
52
+export * from './tokens';
53
+
54
export const codeCheckIcon = new LabIcon({
55
name: 'lsp:codeCheck',
56
svgstr: codeCheckSvg
0 commit comments