From e877a3d92489ec642bc3ae1a7a6ab02bd409f549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 3 Apr 2020 07:36:04 +0200 Subject: [PATCH] software/theia: add buildout language server --- software/theia/buildout.hash.cfg | 2 +- software/theia/python-language-server-requirements.txt | 2 ++ software/theia/software.cfg | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/software/theia/buildout.hash.cfg b/software/theia/buildout.hash.cfg index ce62613ba..7c7af1667 100644 --- a/software/theia/buildout.hash.cfg +++ b/software/theia/buildout.hash.cfg @@ -23,4 +23,4 @@ md5sum = c2523a5c832f617c374ee621d50d9e52 [python-language-server-requirements.txt] filename = python-language-server-requirements.txt -md5sum = 4267cd9a5d22ab46362083ede26523d0 +md5sum = 6db2a484cac19787fecd87fffefa4aa9 diff --git a/software/theia/python-language-server-requirements.txt b/software/theia/python-language-server-requirements.txt index 73dee1d62..7ea6ef99b 100644 --- a/software/theia/python-language-server-requirements.txt +++ b/software/theia/python-language-server-requirements.txt @@ -14,6 +14,7 @@ parso==0.3.2 pluggy==0.8.1 pydocstyle==3.0.0 pyflakes==2.1.0 +pygls==0.8.1 pylint==2.4.4 python-jsonrpc-server==0.1.2 -e git+https://github.com/palantir/python-language-server@50d03d5931d564e9908292ccfa21dd629ee817ba#egg=python_language_server @@ -25,3 +26,4 @@ typed-ast==1.4.1 typing-extensions==3.7.4.2 wrapt==1.11.2 yapf==0.29.0 +zc.buildout.languageserver==0.2.0 diff --git a/software/theia/software.cfg b/software/theia/software.cfg index b540da84b..c4c97fd68 100644 --- a/software/theia/software.cfg +++ b/software/theia/software.cfg @@ -229,7 +229,8 @@ template = "vscode-java-redhat": "https://github.com/redhat-developer/vscode-java/releases/download/v0.54.2/redhat.java-0.54.2.vsix", "vscode-java-test": "https://github.com/microsoft/vscode-java-test/releases/download/0.22.0/vscjava.vscode-java-test-0.22.0.vsix", "vscode-python": "https://github.com/microsoft/vscode-python/releases/download/2020.1.58038/ms-python-release.vsix", - "vscode-ruby": "https://github.com/rubyide/vscode-ruby/releases/download/v0.25.0/ruby-0.25.0.vsix" + "vscode-ruby": "https://github.com/rubyide/vscode-ruby/releases/download/v0.25.0/ruby-0.25.0.vsix", + "vscode-zc-buildout": "https://github.com/perrinjerome/vscode-zc-buildout/releases/download/v0.2.0/vscode-zc-buildout-0.2.0.vsix" } } rendered = ${buildout:directory}/${:_buildout_section_name_} -- 2.30.9