Commit 4e175979 authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent a85613a1
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 = "2024.4.1";
    hash = "sha256-huKu6yefGXOay5Az4vksopRt8heoLxvKUrg/J1NlQFo=";
    version = "2024.5.1";
    hash = "sha256-w+T4dySTt2RpdBYd1Nnxh8RR9wqEu9pkS4R1Ay7Fn+8=";
  };

  buildInputs = [ pyright ];