You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
ProjectEntry._expectedAnalysisVersion becoming lower than ModuleAnalysis.Version and _analysisTcs never get canceled or completed. This is also reproducible in VSCode, but VSCode can cancel pending requests (so further request processing may proceed) and it never hangs the UI. VS protocol doesn't support cancellation and has sync-over-async requests that come directly from UI thread, so both LS and VS hang.
AlexanderSher
added a commit
to AlexanderSher/python-language-server
that referenced
this issue
Jan 8, 2019
* Clean up Completions, Find References and Hover unit tests.
* Initial commit
* CoreProduct buildable
* Product buildable except IronPython
* Move VS-specific file
* add hack to prevent True/False/None/... from being use-before-def (#464)
* Fix for extra paths inside workspace (#467)
Fix#281: Support "go to definition" for namespace packages
Fix#466: Fix "go to definition" and resolving imports
The fix is to put user search paths in front of workspace directory so that modules inside extra paths can be used as roots for packages
* Last port
* - Add nuspec
- Fix#501: PTVS-LS Integration: Fix LS hanging during file changes
- Fix#502: PTVS-LS Integration: Add required *.py files to the vsix
* Address CR comments
No consistent repro, but has been noticed multiple times.
The text was updated successfully, but these errors were encountered: