Nicholas Gates
Nicholas Gates
Might be one for a refaster template?
Ah thanks for the info, I'll need to check some timelines but will let you know on the PR front. > We serialize the opened-at timestamp, so workers should have...
This would be an interesting thing to experiment with, are you able to try it?
There are some examples of connecting monaco to PYLS here: https://github.com/palantir/python-jsonrpc-server#examples
@languitar can you provide the full pyls logs by running with `pyls -vv`? Note the contents of the file will be in those logs, feel free to redact them. Also...
The MS extension could be considered a fat client. There’s a fair bit of typescript code that calls into Python where necessary. Pyls tried to keep all logic in the...
Our completion wrapper is indeed a very thin layer over Jedi: https://github.com/palantir/python-language-server/blob/develop/pyls/plugins/jedi_completion.py I would be willing to consider alternatives, or even build one if it makes sense, but Jedi seems...
Are you able to get me the stderr of the python language server? Seems like the log you linked just includes the vim-lsp logs.
@mcepl could you try `pyls -vv --log-file ...` that should get debug messages from pyls.
That's really weird, the pyls log just stops abruptly, and the vim log claims python exited 1. I'll try and reproduce