vscode-extensions.ms-python.vscode-pylance: 2022.6.30 -> 2022.7.11
This commit is contained in:
parent
14af83b82a
commit
8558ab08b6
1 changed files with 8 additions and 4 deletions
|
@ -310,14 +310,18 @@ let
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-pylance";
|
name = "vscode-pylance";
|
||||||
publisher = "MS-python";
|
publisher = "MS-python";
|
||||||
version = "2022.6.30";
|
version = "2022.7.11";
|
||||||
sha256 = "sha256-qRhVZSZGXzPer6zGYVhUPF3iVAuouXv7OFLpKT5fF5E=";
|
sha256 = "sha256-JatjLZXO7iwpBwjL1hrNafBiF81CaozWWANyRm8A36Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nodePackages.pyright ];
|
buildInputs = [ nodePackages.pyright ];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
license = lib.licenses.unfree;
|
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue