How to setup pyright-langserver #4495
Unanswered
littledian
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You may be interested in https://vscode.dev/. It provides an online editing experience based on the monaco editor and incorporates pyright. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make a website, that can online edit python code, Now I succesuufy run it, by using monaco-editor and vscode-ws-jsonrpc for code assistant, but a little pity is that when I use pyright as langservice (just node langserver.index.js), It can not recommend the python packages that I have installed, also can not recommend the method of the package I imported, so how to do it?
Beta Was this translation helpful? Give feedback.
All reactions