Unverified Commit eb2d0c35 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.PollywogGames.pico8-ls: init at 0.5.5 (#350911)

parents c3542840 4acbb94b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -5798,6 +5798,12 @@
    githubId = 6806011;
    name = "Robert Schütz";
  };
  dotmobo = {
    email = "morgan.bohn@gmail.com";
    github = "dotmobo";
    githubId = 1997638;
    name = ".mobo";
  };
  dottedmag = {
    email = "dottedmag@dottedmag.net";
    github = "dottedmag";
+17 −0
Original line number Diff line number Diff line
@@ -3928,6 +3928,23 @@ let
        };
      };

      pollywoggames.pico8-ls = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "pico8-ls";
          publisher = "PollywogGames";
          version = "0.5.5";
          hash = "sha256-MTIBCZcqJ+Dq1ECTkj24QIrg4MqT/xWcyYkp6vJRlnM=";
        };
        meta = {
          changelog = "https://marketplace.visualstudio.com/items/PollywogGames.pico8-ls/changelog";
          description = "VSCode extension for full language support for the PICO-8 dialect of Lua";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=PollywogGames.pico8-ls";
          homepage = "https://github.com/japhib/pico8-ls";
          license = lib.licenses.mit;
          maintainers = [ lib.maintainers.dotmobo ];
        };
      };

      prisma.prisma = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "prisma";