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.
2 parents 59f07a3 + d469c4e commit e872f80Copy full SHA for e872f80
packages/jupyterlab-lsp/src/index.ts
@@ -51,6 +51,8 @@ import { plugin as THEME_VSCODE } from '@krassowski/theme-vscode';
51
import { plugin as THEME_MATERIAL } from '@krassowski/theme-material';
52
import { CODE_OVERRIDES_MANAGER } from './overrides';
53
54
+export * from './tokens';
55
+
56
export const codeCheckIcon = new LabIcon({
57
name: 'lsp:codeCheck',
58
svgstr: codeCheckSvg
0 commit comments