aboutsummaryrefslogtreecommitdiff
path: root/installer/install-pyls-ms.sh
diff options
context:
space:
mode:
authoryaegassy <yaegassy@users.noreply.github.com>2020-03-04 00:30:49 +0900
committeryaegassy <yaegassy@users.noreply.github.com>2020-03-04 00:30:49 +0900
commitd91e7afcac7588db7c6056a807f5d60e1a495c87 (patch)
tree67c00235b73473b1d15d4713b295f912c669db3d /installer/install-pyls-ms.sh
parent8a22aa70381b25da6ef3e4938343c4cc0659bfec (diff)
downloadvim-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/install-pyls-ms.sh')
-rwxr-xr-xinstaller/install-pyls-ms.sh2
1 files changed, 1 insertions, 1 deletions
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"