vscode-extensions.ms-python.python: 2019.10.44104 update language server to 0.4.127
This commit is contained in:
parent
385b9aee08
commit
e1e7da465b
@ -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 = "159xfhpvqw6k8s5bk5jw3aydn6v61fbanq2mvddxcrf5hwf8cj8h";
|
linux-x64 = "10qwi8lih5i6216d1vqsmviab73ha0d3zdvircrgrydkf0d4ancd";
|
||||||
osx-x64 = "0xjh1h77axbbyxikqkhq885n97srm0f15s4976pm1rka03zvd0bg";
|
osx-x64 = "08gjxs0bjhz5a9l35vvgwnvzshsyyqiqvb5hxv6w0k2ajgv5z7av";
|
||||||
}.${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.71";
|
version = "0.4.127";
|
||||||
|
|
||||||
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 New Issue
Block a user