diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 44d63afbb598..3423d50c2dbb 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -4105,7 +4105,11 @@ let hash = "sha256-3cuonI98gVFE/GwPA7QCA1LfSC8oXqgtV4i6iOngwhk="; }; 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; + maintainers = [ lib.maintainers.raroh73 ]; }; };