vscode-extensions.ms-python.vscode-pylance: 2022.7.11 -> 2023.8.50
This commit is contained in:
parent
a0eb0aa889
commit
30c67fb5a6
2 changed files with 10 additions and 2 deletions
|
@ -5337,6 +5337,13 @@
|
||||||
fingerprint = "F178 B4B4 6165 6D1B 7C15 B55D 4029 3358 C7B9 326B";
|
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 = {
|
erikarvstedt = {
|
||||||
email = "erik.arvstedt@gmail.com";
|
email = "erik.arvstedt@gmail.com";
|
||||||
matrix = "@erikarvstedt:matrix.org";
|
matrix = "@erikarvstedt:matrix.org";
|
||||||
|
|
|
@ -2473,8 +2473,8 @@ let
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-pylance";
|
name = "vscode-pylance";
|
||||||
publisher = "MS-python";
|
publisher = "MS-python";
|
||||||
version = "2022.7.11";
|
version = "2023.8.50";
|
||||||
sha256 = "sha256-JatjLZXO7iwpBwjL1hrNafBiF81CaozWWANyRm8A36Y=";
|
sha256 = "sha256-xJU/j5r/Idp/0VorEfciT4SFKRBpMCv9Z0LKO/++1Gk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nodePackages.pyright ];
|
buildInputs = [ nodePackages.pyright ];
|
||||||
|
@ -2485,6 +2485,7 @@ let
|
||||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance";
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance";
|
||||||
homepage = "https://github.com/microsoft/pylance-release";
|
homepage = "https://github.com/microsoft/pylance-release";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
|
maintainers = [ lib.maintainers.ericthemagician ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue