Skip to content

Tags: andfoy/python-language-server

Tags

0.8.0

Toggle 0.8.0's commit message
Allow configuring pycodestyle options from the PYLS config (palantir#146

)

* Options for pycodestlye

* Options for pycodestlye

0.7.0

Toggle 0.7.0's commit message
Jedi symbols: Add all_scopes config option (palantir#140)

* Jedi symbols: Add all_scopes config setting

* Jedi symbols: Test all_scopes option

* Jedi symbols: Enable `all_scopes` per default

0.6.1

Toggle 0.6.1's commit message
Fix active parameter in signature help (palantir#142)

0.6.0

Toggle 0.6.0's commit message
Fix didChangeConfiguration (palantir#138)

0.5.0

Toggle 0.5.0's commit message
Support configuration (palantir#118)

* load plugins via setuptools

* Fix syntax

* Revert vscode changes

* Fix

* Add config

* Fix linting

* Support configuration

* Clean up

* formatting

* Allow plugins to specify default configuration

* Rename to settings

0.4.2

Toggle 0.4.2's commit message
Fix hung config (palantir#101)

* Config hang

* Fix config hang

0.4.1

Toggle 0.4.1's commit message
Fix edits that occur at the end of the file (palantir#91)

0.4.0

Toggle 0.4.0's commit message
Handle windows paths in workspace.get_uri_like + test (palantir#87)

* Handle windows paths in workspace.get_uri_like + test

* Guard against module_path=None being passed into get_uri_like

The assumption is that the definition points to the current file instead

* Also quote outgoing uris

* Make sure a colon exists before trying to split a windows path

0.3.0

Toggle 0.3.0's commit message
Add signature plugin back to CORE_PLUGINS (palantir#83)

* Add signature plugin back to CORE_PLUGINS

* Alphabetize imports and plugins listing

0.2.4

Toggle 0.2.4's commit message
Reverse urlencoding (palantir#81)