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

Eric Yen 30c67fb5 a0eb0aa8

Changed files
+10 -2
maintainers
pkgs
applications
editors
vscode
extensions
+7
maintainers/maintainer-list.nix
···
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";
+3 -2
pkgs/applications/editors/vscode/extensions/default.nix
···
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 ];
···
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 ];
};
};