UNPKG

@jupyter-lsp/jupyterlab-lsp

Version:

Language Server Protocol integration for JupyterLab

7 lines (6 loc) 290 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { IDiagnosticsFeature } from './tokens'; export declare namespace CommandIDs { const showPanel = "lsp:show-diagnostics-panel"; } export declare const DIAGNOSTICS_PLUGIN: JupyterFrontEndPlugin<IDiagnosticsFeature>;