UNPKG

@jupyter-lsp/jupyterlab-lsp

Version:

Language Server Protocol integration for JupyterLab

30 lines (29 loc) 1.14 kB
{ "jupyter.lab.setting-icon": "lsp:highlight", "jupyter.lab.setting-icon-label": "Language integration", "title": "Code Highlights", "description": "LSP highlights of the variable under the cursor settings.", "type": "object", "properties": { "debouncerDelay": { "title": "Debouncer delay", "type": "number", "default": 250, "minimum": 0, "description": "Number of milliseconds to delay sending out the highlights request to the language server; you can get better responsiveness adjusting this value, but setting it to zero can actually slow it down as the server might get overwhelmed when moving the cursor." }, "removeOnBlur": { "title": "Remove highlights on editor (e.g. cell) blur", "type": "boolean", "default": false, "description": "Whether the highlights should disappear after the focus leaves the editor/cell" }, "disable": { "title": "Disable", "type": "boolean", "default": false, "description": "Disable this feature. Requires reloading JupyterLab to apply changes." } }, "jupyter.lab.shortcuts": [] }