diff options
author | yaegassy <yaegassy@users.noreply.github.com> | 2020-03-04 00:30:49 +0900 |
---|---|---|
committer | yaegassy <yaegassy@users.noreply.github.com> | 2020-03-04 00:30:49 +0900 |
commit | d91e7afcac7588db7c6056a807f5d60e1a495c87 (patch) | |
tree | 67c00235b73473b1d15d4713b295f912c669db3d /installer | |
parent | 8a22aa70381b25da6ef3e4938343c4cc0659bfec (diff) | |
download | vim-lsp-settings-d91e7afcac7588db7c6056a807f5d60e1a495c87.tar.gz vim-lsp-settings-d91e7afcac7588db7c6056a807f5d60e1a495c87.tar.bz2 vim-lsp-settings-d91e7afcac7588db7c6056a807f5d60e1a495c87.zip |
Update pyls-ms: 0.5.31
Diffstat (limited to 'installer')
-rw-r--r-- | installer/install-pyls-ms.cmd | 2 | ||||
-rwxr-xr-x | installer/install-pyls-ms.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/install-pyls-ms.cmd b/installer/install-pyls-ms.cmd index 9f8229d..4be90fb 100644 --- a/installer/install-pyls-ms.cmd +++ b/installer/install-pyls-ms.cmd @@ -5,7 +5,7 @@ setlocal curl -L -o dotnet-runtime-3.1.1-win-x64.zip "https://download.visualstudio.microsoft.com/download/pr/d9768135-4646-4839-9eea-b404bb940452/8275e4320514bab636b1627c62906ef9/dotnet-runtime-3.1.1-win-x64.zip"
call "%~dp0\run_unzip.cmd" dotnet-runtime-3.1.1-win-x64.zip
-set version=0.5.10
+set version=0.5.31
set url=https://pvsc.blob.core.windows.net/python-language-server-stable/Python-Language-Server-win-x64.%version%.nupkg
set nupkg=./pyls.nupkg
diff --git a/installer/install-pyls-ms.sh b/installer/install-pyls-ms.sh index 87e5a82..88c7499 100755 --- a/installer/install-pyls-ms.sh +++ b/installer/install-pyls-ms.sh @@ -17,7 +17,7 @@ darwin) *) ;; esac -version="0.5.30" +version="0.5.31" url="https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-${system}-x64.${version}.nupkg" nupkg="./pyls.nupkg" |