Replies: 4 comments
-
sorry not off hand, so what is needed is to find how to add that configuration, for either Jedi, or for the lsp-server or the components used by them such as pylint looking at : the configuration options I notice :
which appears to allow you to add additional paths. maybe that is a first step to get you config in working order. |
Beta Was this translation helpful? Give feedback.
-
Thanks. I'm using emacs with eglot. I actually managed to solve this myself: see this discussion. It was a bit fussy to get the correct json format mapped to the lsp server for it to configure its internal jedi with. BTW, I found I needed to add |
Beta Was this translation helpful? Give feedback.
-
Happy to learn that you found a solution, and also happy to see that this is also useful and usable across different editors. wrt to uasyncio, that has been completely re-vamped in v1.13 and is getting updates and changes in every release. Ill keep this open as a reminder to add a bit of documentation to link to your solution for others that use a similar setup. |
Beta Was this translation helpful? Give feedback.
-
Perfect, thanks. This may be LSP specific, but oddly I should say it mostly works great. All the examples in your README gif work great (except Thanks again! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use your stubs for esp32 uPy from Jedi via python-lsp-server. I've tried linking e.g.
/path/to/project/stubs/micropython-esp32-1_16
in myproject
directory, but Jedi doesn't seem to find them. Any tips on how to make the connections? Thanks!Beta Was this translation helpful? Give feedback.
All reactions