-
Notifications
You must be signed in to change notification settings - Fork 133
Larger Python project breaks language server #2079
Comments
I don't know if this is the cause, but I noticed that this repo contains a symbolic link that creates a cycle. Any code that tries to enumerate the files (e.g. searching for python source files) could go into an infinite loop if it doesn't properly handle such cycles. The symbolic link in this case is "qa/cephfs/.qa". |
Yes, this may be #2006 |
I've removed the |
I have removed all symlinks in the project and now it just works! |
Please note that removing the |
Bug: Editor
Steps to cause the bug to occur
Preparation
src/pybind/mgr/prometheus/module.py
.Issues/Actual behavior
[].
ends up in hint saying "Loading...".Expected behavior
Python environment
Please provide as much info as you readily know
ceph
can only be resolved when the Python interpreter is started by the so called "manager" from C code.Developer Tools Console Output
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer, @joyceerhl
The text was updated successfully, but these errors were encountered: