python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.76k stars 186 forks source link

Load `rope_autoimport` cache on `workspace/didChangeConfiguration` #461

Closed tkrabel-db closed 9 months ago

tkrabel-db commented 9 months ago

Fixes #460

How is this tested?

Manually, ensuring that autoimports works after sending a workspace/didChangeConfiguration to the backend.

image