vscode-extensions.redhat.vscode-yaml: 1.14.0 -> 1.16.0

This commit is contained in:
Raroh73 2025-02-12 21:09:41 +01:00 committed by Masum Reza
parent 288911807b
commit 1c0ceab1ab

View file

@ -4105,7 +4105,11 @@ let
hash = "sha256-3cuonI98gVFE/GwPA7QCA1LfSC8oXqgtV4i6iOngwhk="; hash = "sha256-3cuonI98gVFE/GwPA7QCA1LfSC8oXqgtV4i6iOngwhk=";
}; };
meta = { meta = {
description = "YAML Language Support by Red Hat, with built-in Kubernetes syntax support";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml";
homepage = "https://github.com/redhat-developer/vscode-yaml";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = [ lib.maintainers.raroh73 ];
}; };
}; };