mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
vscode-extensions.redhat.ansible: init 2.12.143
This commit is contained in:
parent
9b4057a0b5
commit
61cc9929fc
1 changed files with 16 additions and 0 deletions
|
@ -3228,6 +3228,22 @@ let
|
||||||
meta.license = lib.licenses.mit;
|
meta.license = lib.licenses.mit;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
redhat.ansible = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "ansible";
|
||||||
|
publisher = "redhat";
|
||||||
|
version = "2.12.143";
|
||||||
|
sha256 = "sha256-NEV7sVYJJvapZjk5sylkzijH8qLZ7xzmBzHI7qcj2Ok=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "Ansible language support";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=redhat.ansible";
|
||||||
|
homepage = "https://github.com/ansible/vscode-ansible";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
maintainers = [ lib.maintainers.themaxmur ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
redhat.java = buildVscodeMarketplaceExtension {
|
redhat.java = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "java";
|
name = "java";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue