Replies: 2 comments 4 replies
-
can you tell me what you are looking for with this?
in if your intension is making
for this, |
Beta Was this translation helpful? Give feedback.
-
Without the extraPath, Pylance will not resolve the imports on my project. By see changes, I mean: Thanks for your time |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I'm kinda new to Pylance, sorry if my question is dumb.
I have a VSCode workspace, containing multiple folders. Each folder is a GIT repository.
My code-workspace is looking like that at the moment:
When I edit lib1, I must restart the language server in order to be able to see changes in the root folder.
I understand that Pylance is indexing each folder individually at the start of the language server, and seems to use a cached version of the index.
Changes made into lib1 are reflected into lib1 immediately, but not on other workspace folders.
Is there a way to keep this structure and make it work with pylance ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions