3
0
Fork 0
forked from mirrors/nixpkgs

vscode-extensions.ms-python.vscode-pylance: 2022.7.11 -> 2023.8.50

This commit is contained in:
Eric Yen 2023-08-30 23:23:23 -07:00 committed by Jörg Thalheim
parent a0eb0aa889
commit 30c67fb5a6
2 changed files with 10 additions and 2 deletions

View file

@ -5337,6 +5337,13 @@
fingerprint = "F178 B4B4 6165 6D1B 7C15 B55D 4029 3358 C7B9 326B";
}];
};
ericthemagician = {
email = "eric@ericyen.com";
matrix = "@eric:jupiterbroadcasting.com";
github = "EricTheMagician";
githubId = 323436;
name = "Eric Yen";
};
erikarvstedt = {
email = "erik.arvstedt@gmail.com";
matrix = "@erikarvstedt:matrix.org";

View file

@ -2473,8 +2473,8 @@ let
mktplcRef = {
name = "vscode-pylance";
publisher = "MS-python";
version = "2022.7.11";
sha256 = "sha256-JatjLZXO7iwpBwjL1hrNafBiF81CaozWWANyRm8A36Y=";
version = "2023.8.50";
sha256 = "sha256-xJU/j5r/Idp/0VorEfciT4SFKRBpMCv9Z0LKO/++1Gk=";
};
buildInputs = [ nodePackages.pyright ];
@ -2485,6 +2485,7 @@ let
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance";
homepage = "https://github.com/microsoft/pylance-release";
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.ericthemagician ];
};
};