Tags: boomtechnology/python-language-server
Tags
handle cancel correctly (palantir#289) * handle cancel correctly * move paren
Add support for asynchronously handling requests (palantir#261)
Fixes TypeError: '>=' not supported between instances of (palantir#252)
Remove pluggy racing (palantir#222) * Completion: Remove pluggy racing and disable Rope by default This allows the user to choose between Rope and Jedi for completions. It also remove the pluggy racing since Jedi's cache isn't thread safe. Closes palantir#189 * Only use single completion hook * Remove pluggy and disable rope completions by default * Remove pluggy
Catch and ignore parser errors for pydocstyle linting (palantir#208) * Catch and ignore parser errors for pydocstyle linting * Fix pydocstyle empty file * Fix linting
PreviousNext