jupyterlab-lsp icon indicating copy to clipboard operation
jupyterlab-lsp copied to clipboard

Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol

Results 218 jupyterlab-lsp issues
Sort by recently updated
recently updated
newest added
trafficstars

I am not sure if it's a bug or the intended behavior, (could not confirm in the documentation), but I have the following issue: If I try "Jump to Definition"...

Both [jupyter-lsp-2.2.4.tar.gz](https://github.com/jupyter-lsp/jupyterlab-lsp/archive/refs/tags/jupyter-lsp-2.2.4.tar.gz) and [(jupyterlab-lsp) v5.1.0.tar.gz](https://github.com/jupyter-lsp/jupyterlab-lsp/archive/refs/tags/v5.1.0.tar.gz) release artifacts have precisely the same structure - they include the whole git repository at the point of the release. On the other hand, the...

## Description Markdown cells generate a lot of errors in browser logs and seem to block other extensions, like jupyterlab-spellchecker. ## Reproduce 1. Open a new or existent .ipynb file...

bug

## Elevator Pitch Originally discussed in https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1064. Currently `NodeModuleSpec` specs use the `scripts` field, for example: https://github.com/jupyter-lsp/jupyterlab-lsp/blob/18d5c8c2e068f63141ddba6339c1cb4173c96341/python_packages/jupyter_lsp/jupyter_lsp/specs/typescript_language_server.py#L7 ## Motivation Package maintainers might rename underlying files (as noticed in #1064). Reusing...

## Description I'm trying to make haskell-language-server work with the following configuration See config ```js // /etc/jupyter/jupyter_server_config.d/hls.json { "LanguageServerManager": { "language_servers": { "haskell-language-server": { "version": 2, "argv": [ "haskell-language-server-wrapper-2.6.0.0", "--lsp",...

lang:haskell

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies

## Description After upgrading jupyterlab-lsp to 5.1, the order of completion results are different from those of jupyterlab-lsp 4.3. The results seem to be not sorted properly. ## Reproduce I...

Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

## Elevator Pitch Any plan for the rename based on the whole project directory including file rename (more like a refactoring feature). It's better to support both .ipynb and .py...