- Notifications
You must be signed in to change notification settings - Fork220
-
Hello, I recently gave a try tolapce among with python-lsp-server. I first installed the lsp on my system, but I noticed that while I can go to definitions of my own project, I can not go to definitions of the project dependencies. Then I tried to install the lsp on my venv (poetry) and updated the lsp path, and this time I was able to go to dependency definitions. I don't really know how a lsp work, but am I supposed to alway install the lsp of the project venv? Or is it a problem/misconfiguration with my ide? Thank you. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
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 was asking myself the same thing and after looking through similar discussions wrote a PR to add docs that address this, maybe it'll help: |
BetaWas this translation helpful?Give feedback.