diff options
Diffstat (limited to 'installer/install-pyls-ms.sh')
-rwxr-xr-x | installer/install-pyls-ms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-pyls-ms.sh b/installer/install-pyls-ms.sh index 7ce9b48..87e5a82 100755 --- a/installer/install-pyls-ms.sh +++ b/installer/install-pyls-ms.sh @@ -17,7 +17,7 @@ darwin) *) ;; esac -version="0.5.10" +version="0.5.30" url="https://pvsc.azureedge.net/python-language-server-stable/Python-Language-Server-${system}-x64.${version}.nupkg" nupkg="./pyls.nupkg" |