-
Hi,
I am using `pygls` to write a vscode extension, and I wonder what types of "raw" data can be returned from the server to the client. For example, can I return Python strings or nested datatypes, …
-
When opening a `PKGBUILD` file, the language server exits with exit code `1`.
Here's an LspLog:
```
[ERROR][2023-10-14 13:07:33] .../vim/lsp/rpc.lua:734 "rpc" "/usr/bin/pkgbuild-language-server" "s…
-
I intalled the package in my system using pip
I get the exception upon running the executable:
``` Traceback (most recent call last):
File "/home/mohamed-aziz/.local/bin/cmake-language-server",…
-
I believe this is incorrect behavior. Relevant code:
https://github.com/openlawlibrary/pygls/blob/571fd1c569603475475883c118b56ba4680ca023/pygls/workspace/workspace.py#L49C1-L49C1
`if self._root…
-
As title, when I call format, it will raise this Error
Full log:
```
2023-11-07 17:42:45.636 [info] [Trace - 5:42:45 PM] Sending request 'textDocument/formatting - (1)'.
2023-11-07 17:42:45.643 [i…
-
Hi,
I have a conda Python 3.7 environment that I always use and it seems to be unsupported by the extension. Output tab:
```
..
File "/Users/me/.vscode/extensions/eeyore.yapf-2023.11.1091029…
-
❯ pip install --user ruff-lsp
Collecting ruff-lsp
Using cached ruff_lsp-0.0.27-py3-none-any.whl (11 kB)
Collecting lsprotocol>=2023.0.0a1 (from ruff-lsp)
Using cached lsprotocol-2023.0.0a1-py3…
-
I have configured emacs to talk with cmake-language-server for lsp completion. Below, is the error which I get stderr.log. Please let me know how to resolve this issue. The error is continuously occur…
-
Since a few days when I start VS Code I get the notification saying "couldn't start client isort - Source: isort (Extension)
I tried to uninstall und reinstall the extension but nothing changed.
I …
-
python version 3.11.5
```
$ pip install cmake-language-server
$ cmake-language-server
Traceback (most recent call last):
File "cmake-language-server", line 8, in
sys.exit(main())
…