UNPKG

@krassowski/jupyterlab-lsp

Version:

Language Server Protocol integration for JupyterLab

4 lines (3 loc) 176 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; export declare const FEATURE_ID: string; export declare const DIAGNOSTICS_PLUGIN: JupyterFrontEndPlugin<void>;