vscode-extensions.ms-python.python: 2019.10.44104 update language server
This commit is contained in:
parent
060ca369e0
commit
a853b3109f
1 changed files with 3 additions and 3 deletions
|
@ -23,14 +23,14 @@ let
|
||||||
else throw "Only x86_64 Linux and Darwin are supported.";
|
else throw "Only x86_64 Linux and Darwin are supported.";
|
||||||
|
|
||||||
languageServerSha256 = {
|
languageServerSha256 = {
|
||||||
linux-x64 = "1w3y0sn6ijk1vspi4lailg1q1iy9lwslhx92c7jbrrkiaszvaqwn";
|
linux-x64 = "159xfhpvqw6k8s5bk5jw3aydn6v61fbanq2mvddxcrf5hwf8cj8h";
|
||||||
osx-x64 = "11l4fic8cvgh1l3dq6qxi51pwhcic79zf13rhyajl5w5g13caafp";
|
osx-x64 = "0xjh1h77axbbyxikqkhq885n97srm0f15s4976pm1rka03zvd0bg";
|
||||||
}.${arch};
|
}.${arch};
|
||||||
|
|
||||||
# version is languageServerVersion in the package.json
|
# version is languageServerVersion in the package.json
|
||||||
languageServer = extractNuGet rec {
|
languageServer = extractNuGet rec {
|
||||||
name = "Python-Language-Server";
|
name = "Python-Language-Server";
|
||||||
version = "0.4.24";
|
version = "0.4.71";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pvsc.azureedge.net/python-language-server-stable/${name}-${arch}.${version}.nupkg";
|
url = "https://pvsc.azureedge.net/python-language-server-stable/${name}-${arch}.${version}.nupkg";
|
||||||
|
|
Loading…
Reference in a new issue