Commit f685a631 authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

vscode-extensions.ms-python.vscode-pylance: 2023.8.50 -> 2024.4.1

parent 01494761
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "vscode-pylance";
    publisher = "MS-python";
    version = "2023.8.50";
    hash = "sha256-xJU/j5r/Idp/0VorEfciT4SFKRBpMCv9Z0LKO/++1Gk=";
    version = "2024.4.1";
    hash = "sha256-huKu6yefGXOay5Az4vksopRt8heoLxvKUrg/J1NlQFo=";
  };

  buildInputs = [ pyright ];