VS Intellicode support fails to load for Python #7472
-
This isn't a bug per se, so asking a Q here rather than as an issue, but this is something I don't really know how to go about solving: I took a peek at the debug log and it appears there's issues:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is one of Microsoft's closed sourced plugins right? These typically have a hard time activating on open source builds of VS Code like code-server (and sometimes the license prohibits it). I imagine you installed it manually? It looks like it might be depending on an extension that is not installed or activated. Did you add all the extension's dependencies? If it depends on the Pylance extension it may not be possible to get it working on code-server. This one might work better with code-server, although I have not tried it: https://github.com/DetachHead/basedpyright |
Beta Was this translation helpful? Give feedback.
This is one of Microsoft's closed sourced plugins right? These typically have a hard time activating on open source builds of VS Code like code-server (and sometimes the license prohibits it).
I imagine you installed it manually? It looks like it might be depending on an extension that is not installed or activated. Did you add all the extension's dependencies? If it depends on the Pylance extension it may not be possible to get it working on code-server.
This one might work better with code-server, although I have not tried it: https://github.com/DetachHead/basedpyright