-
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())
…
-
### Additional comment:
_No response_
-
## Issue
The manual indicates that I should be able to add a dependency via something like:
```
tox -e test --x testenv.deps+=debugpy
```
which would append debugpy to the dependencies specif…
-
Recent entries are in D/MM/YYYY format:
https://github.com/openlawlibrary/pygls/blob/24fe1f080995b8af592964f9f81866bac93bac34/CHANGELOG.md?plain=1#L13
Older entries were in MM/DD/YYYY format
…
-
I am getting isort crashes, but, weirdly enough, not in all workspaces.
I am getting
```
2023-11-02 17:21:49.250 [info] Traceback (most recent call last):
File "/Users/_/.vscode/extensions/ms-py…
-
I run the code on a A100 GPU but get error:
`module 'fused_dense_lib' has no attribute 'linear_act_forward'`
-
Hello!
I would be very keen on using the extension, but I don't seem to be able to start the server/
Here's the output logs:
```
2023-10-25 15:03:39.610 [info] [Error - 3:03:39 PM] Server initi…
-
https://github.com/psf/black/pull/4020 added a `--line-ranges=` option to Black and is now released in 23.11.0. See https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#line-…
yilei updated
10 months ago
-
## Environment
__OS__: macOS 14.0
__VSCode__: 1.84.0
__vscode-flake8__: 2023.10.0
## Description
I'm encountering an issue with the Flake8 extension for VS Code where it seems to ignore the…
-
### Expected behavior
I expected to hover a lint error and not getting an unexpected Esbonio LSP error.
### Actual behavior
But a bug happened when I hover a lint error in the editor or the problem…