vscode-extensions.amazonwebservices.amazon-q-vscode: init at 1.66.0 (#406449)

This commit is contained in:
Pol Dellaiera
2025-05-12 14:00:56 +00:00
committed by GitHub
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension (finalAttrs: {
mktplcRef = {
name = "amazon-q-vscode";
publisher = "AmazonWebServices";
version = "1.66.0";
hash = "sha256-EnNwlSmJWBcSfFCayxJS94qVUqgQlbX0RLCB4jJsn+4=";
};
meta = {
changelog = "https://github.com/aws/aws-toolkit-vscode/releases/tag/amazonq%2Fv${finalAttrs.version}";
description = "Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode";
homepage = "https://github.com/aws/aws-toolkit-vscode";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ drupol ];
};
})

View File

@@ -254,6 +254,8 @@ let
};
};
amazonwebservices.amazon-q-vscode = callPackage ./amazonwebservices.amazon-q-vscode { };
angular.ng-template = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "ng-template";