From 8558ab08b6258d2964442d447527082d3c0cc081 Mon Sep 17 00:00:00 2001 From: rdk31 Date: Wed, 6 Jul 2022 00:19:50 +0200 Subject: [PATCH] vscode-extensions.ms-python.vscode-pylance: 2022.6.30 -> 2022.7.11 --- .../editors/vscode/extensions/default.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index eba83edc7f7f..fd8e0092ea75 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -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; }; };