Merge pull request #261657 from msanft/master

vscode-extensions.tsandall.opa: init at 0.12.2
This commit is contained in:
Peder Bergebakken Sundt 2023-10-26 17:10:24 +02:00 committed by GitHub
commit 14f19f0dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View File

@ -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";

View File

@ -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";