diff options
author | Gerardo Gómez Rodríguez <gerardo.gomez@tutanota.com> | 2021-07-09 16:40:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 22:40:31 +0900 |
commit | 8b73d98baf0a185886a55a62b8b32f6543f14af4 (patch) | |
tree | 6b35e4b1327688edd442dff867168d49277e6341 /test/test-files | |
parent | e230f07465be5b05446da30a098b4a666463503f (diff) | |
download | ale-8b73d98baf0a185886a55a62b8b32f6543f14af4.zip |
chore: replace python-language-server to supported pylsp (#3810)
As mentioned in #3722 palantir's python-language-server is no longer maintained.
The alternative is to use the community-driven https://github.com/python-lsp/python-lsp-server.
Diffstat (limited to 'test/test-files')
-rwxr-xr-x | test/test-files/python/with_virtualenv/env/Scripts/pylsp.exe (renamed from test/test-files/python/with_virtualenv/env/Scripts/pyls.exe) | 0 | ||||
-rwxr-xr-x | test/test-files/python/with_virtualenv/env/bin/pylsp (renamed from test/test-files/python/with_virtualenv/env/bin/pyls) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/test-files/python/with_virtualenv/env/Scripts/pyls.exe b/test/test-files/python/with_virtualenv/env/Scripts/pylsp.exe index e69de29b..e69de29b 100755 --- a/test/test-files/python/with_virtualenv/env/Scripts/pyls.exe +++ b/test/test-files/python/with_virtualenv/env/Scripts/pylsp.exe diff --git a/test/test-files/python/with_virtualenv/env/bin/pyls b/test/test-files/python/with_virtualenv/env/bin/pylsp index e69de29b..e69de29b 100755 --- a/test/test-files/python/with_virtualenv/env/bin/pyls +++ b/test/test-files/python/with_virtualenv/env/bin/pylsp |