You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is a problem with helix or if there is a silly step i've missed in the configuration. Let me start by saying that I have checked most other pyright related issues on this github and tried the different solutions I found, so far nothing has worked and I don't know why. I was initially using pylsp which was the default lsp on hx --health, oddly enough I got no diagnostics, error reporting/warnings, and no intellisense/autocompletion. I saw a common patterns of people switching to pyright in this repository's issues, so I gave it a try. Similarly to pylsp, i get no support, but on top of that I get an error; Async job failed: request timed out
I don't know if this is a problem with helix or if there is a silly step i've missed in the configuration. Let me start by saying that I have checked most other pyright related issues on this github and tried the different solutions I found, so far nothing has worked and I don't know why. I was initially using pylsp which was the default lsp on
hx --health
, oddly enough I got no diagnostics, error reporting/warnings, and no intellisense/autocompletion. I saw a common patterns of people switching to pyright in this repository's issues, so I gave it a try. Similarly to pylsp, i get no support, but on top of that I get an error;Async job failed: request timed out
I checked these issues: #5479, #5369 (reply in thread)
So I saw that setting
config = {}
solved their error, but it didn't with mine. Here is my configuration:When I check python's health using
hx --health python
I get the following:And this is my
config.toml
incase it helps:I'm running on MacOS Ventura 13.2.1 and I used Homebrew 4.0.1 to install helix 22.12 and pyright 1.1.294.
The text was updated successfully, but these errors were encountered: