Renaming file will burn down LSP #4703
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Environment data
Expected behaviour
Rename a python file in VSCode sidebar, goto definition of LSP works fine
Actual behaviour
LSP does not work, and a progress bar above editor is always running
Steps to reproduce:
touch a.py, b.py
import b.py from a.py
change b.py to c.py
The text was updated successfully, but these errors were encountered: