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

This commit is contained in:
rdk31 2022-07-06 00:19:50 +02:00 committed by superherointj
parent 14af83b82a
commit 8558ab08b6

View file

@ -310,14 +310,18 @@ let
mktplcRef = {
name = "vscode-pylance";
publisher = "MS-python";
version = "2022.6.30";
sha256 = "sha256-qRhVZSZGXzPer6zGYVhUPF3iVAuouXv7OFLpKT5fF5E=";
version = "2022.7.11";
sha256 = "sha256-JatjLZXO7iwpBwjL1hrNafBiF81CaozWWANyRm8A36Y=";
};
buildInputs = [ nodePackages.pyright ];
meta = {
license = lib.licenses.unfree;
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/changelog";
description = "A performant, feature-rich language server for Python in VS Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance";
homepage = "https://github.com/microsoft/pylance-release";
license = licenses.unfree;
};
};