Replies: 3 comments
-
I did some work with pyright in the recent months in combination with monaco. It was for a web compatible version of pyright though, see here. Maybe that works for you as well. I'm not sure what's wrong with the node based version though. Maybe it failed to start the analysis worker thread? See here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We opened issue #521 |
Beta Was this translation helpful? Give feedback.
0 replies
-
We want to integrate a pyright example directly here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get the example to run with pyright, using the following line in
json-server-launcher.ts
:The initialization/getting the capabilities part seems to work fine, but then it stalls on any subsequent completion requests.
Should this just work out of the box? It seems so because it does work for
pylsp
.Beta Was this translation helpful? Give feedback.
All reactions