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

authored by rdk31 and committed by superherointj 8558ab08 14af83b8

+8 -4
+8 -4
pkgs/applications/editors/vscode/extensions/default.nix
··· 310 310 mktplcRef = { 311 311 name = "vscode-pylance"; 312 312 publisher = "MS-python"; 313 - version = "2022.6.30"; 314 - sha256 = "sha256-qRhVZSZGXzPer6zGYVhUPF3iVAuouXv7OFLpKT5fF5E="; 313 + version = "2022.7.11"; 314 + sha256 = "sha256-JatjLZXO7iwpBwjL1hrNafBiF81CaozWWANyRm8A36Y="; 315 315 }; 316 316 317 317 buildInputs = [ nodePackages.pyright ]; 318 318 319 - meta = { 320 - license = lib.licenses.unfree; 319 + meta = with lib; { 320 + changelog = "https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/changelog"; 321 + description = "A performant, feature-rich language server for Python in VS Code"; 322 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance"; 323 + homepage = "https://github.com/microsoft/pylance-release"; 324 + license = licenses.unfree; 321 325 }; 322 326 }; 323 327