Unverified Commit 14f19f0d authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #261657 from msanft/master

vscode-extensions.tsandall.opa: init at 0.12.2
parents 338a8633 1d21f2e8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -12085,6 +12085,16 @@
    githubId = 839693;
    name = "Ingolf Wanger";
  };
  msanft = {
    email = "moritz.sanft@outlook.de";
    matrix = "@msanft:matrix.org";
    name = "Moritz Sanft";
    github = "msanft";
    githubId = 58110325;
    keys = [{
      fingerprint = "3CAC 1D21 3D97 88FF 149A  E116 BB8B 30F5 A024 C31C";
    }];
  };
  mschristiansen = {
    email = "mikkel@rheosystems.com";
    github = "mschristiansen";
+16 −0
Original line number Diff line number Diff line
@@ -3478,6 +3478,22 @@ let
        };
      };

      tsandall.opa = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "opa";
          publisher = "tsandall";
          version = "0.12.2";
          sha256 = "sha256-/eJzDhnQyvC9OBr4M03wLIWPiBeVtvX7ztSnO+YoCZM=";
        };
        meta = {
          changelog = "https://github.com/open-policy-agent/vscode-opa/blob/master/CHANGELOG.md";
          description = "An extension for VS Code which provides support for OPA";
          homepage = "https://github.com/open-policy-agent/vscode-opa";
          license = lib.licenses.asl20;
          maintainers = [ lib.maintainers.msanft ];
        };
      };

      tuttieee.emacs-mcx = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "emacs-mcx";