Recommended Setup for Python in code-server without Pylance #6707
Unanswered
shinyshoes404
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Glad to hear you are having a good experience with Coder! Hopefully someone who has worked with Python and code-server can chime in; from what I have heard some folks use https://github.com/pappasam/jedi-language-server but I am not sure how it compares to Pylance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@code-asher Jedi language server is available in the ms-python extension, but it doesn't seem to provide the semantic token highlighting capability that Pylance does. I'm concerned that there just isn't an answer for this in code-server for Python. |
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
-
Hi, all. I setup a Coder server with a template that creates workspaces running code-server. I was feeling very excited about this solution for Python development until I realized that semantic token highlighting (learned what this was after much googling) is not happening in the way I am used to in the desktop version of VS Code. After digging around, it appears this is due to the fact that Pylance is closed source and not available in the code-server extensions marketplace.
Is there any way to make the highlighting in code-server function the same as in VS Code desktop? If not, what is the recommended configuration for the best experience developing with Python in code-server?
Also, shout-out to Coder. The open source solution is perfect for a hands-on lab I need to do with a small group of college students.
code-server highlighting
VS Code Desktop highlighting
Beta Was this translation helpful? Give feedback.
All reactions