Commit 30c67fb5 authored by Eric Yen's avatar Eric Yen Committed by Jörg Thalheim
Browse files

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

parent a0eb0aa8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -5337,6 +5337,13 @@
      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 = {
    email = "erik.arvstedt@gmail.com";
    matrix = "@erikarvstedt:matrix.org";
+3 −2
Original line number Diff line number Diff line
@@ -2473,8 +2473,8 @@ let
        mktplcRef = {
          name = "vscode-pylance";
          publisher = "MS-python";
          version = "2022.7.11";
          sha256 = "sha256-JatjLZXO7iwpBwjL1hrNafBiF81CaozWWANyRm8A36Y=";
          version = "2023.8.50";
          sha256 = "sha256-xJU/j5r/Idp/0VorEfciT4SFKRBpMCv9Z0LKO/++1Gk=";
        };

        buildInputs = [ nodePackages.pyright ];
@@ -2485,6 +2485,7 @@ let
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance";
          homepage = "https://github.com/microsoft/pylance-release";
          license = lib.licenses.unfree;
          maintainers = [ lib.maintainers.ericthemagician ];
        };
      };