-
I've been [struggling](https://github.com/swyddfa/lsp-devtools/issues/48) to [track down](https://github.com/pytest-dev/pytest-asyncio/discussions/541) the source of this DeprecationWarning when using…
-
As per title. More specifically it does not handle properly the untitled scheme used by VS-Code. The URI for unsaved buffers in VS-Code is "untitled:buffername". But this is not handled properly b…
-
Hi, I'm using neovim and getting ruff-lsp from the Mason registry.
I'm trying to pass a pyproject.toml to ruff as suggested in the readme, but find that the line length setting is not applied (sti…
-
I feel guilty opening all these issues without PRs, but wanted to offer a fresh outside perspective. I hope you don't mind too much...
`jupyter-lsp` and `jupyterlab-lsp` look very similar, as do `j…
-
## Output
```
formatting via rpc
Failed to handle request 4 textDocument/formatting DocumentFormattingParams(text_document=TextDocumentIdentifier(uri='file:///Users/brendan.gerrity/go/src/git…
-
I've been trying to figure out how to compare opaque values, and while trying out one iteration I've bumped into a bug.
Reproducer:
```
package Bug is
type Message is
message
…
-
The server.start_io method has 2 optional arguments which are typed with TextIO.
Entering an TextIO object crashes the language server.
Entering a BinaryIO object makes everything work.
This seem…
-
Hey,
thanks for this awesome addon for VS Code to use CrossHair! I was wondering whether a deeper VS Code integration would be possible, is intented or is already planned?
For example
- Output
…
-
Hey,
I'm wondering how conducive lark would be for creating a language server implementation for a given DSL.
For some background:
- I have a custom DSL I'm using to describe device interfaces a…
-
Hi all,
Do mind publishing a new release to pypi w/ support for LSP 3.18? I see you recently updated `main` for 3.18 and I'd love to try some of the new features like `SnippetTextEdit`.
Thanks!