this post was submitted on 13 Aug 2023
6 points (100.0% liked)

Emacs

1978 readers
25 users here now

Our infinitely powerful editor.

founded 4 years ago
MODERATORS
 

I developed a patcher to allow Pylance to run outside of VS Code again, standalone. You can combine that with a code snippet from the lsp-mode issue tracker to integrate Pylance into Emacs. The patcher is so trivial under the hood that you can do it by hand if you prefer it that way, assuming a bit of JavaScript knowledge.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

Thanks, will check it out!