vscode-extensions.augment.vscode-augment: init at 0.603.0 (#455015)

This commit is contained in:
Sandro
2025-10-25 13:07:13 +00:00
committed by GitHub
2 changed files with 25 additions and 0 deletions
@@ -0,0 +1,23 @@
{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-augment";
publisher = "augment";
version = "0.603.0";
hash = "sha256-1CBZnBTu03iubIcIrUvCKeN6RtjKO3NUEXggdXTAwM8=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/augment.vscode-augment/changelog";
description = "AI-powered coding assistant for VSCode";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=augment.vscode-augment";
homepage = "https://augmentcode.com/";
license = lib.licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
maintainers = [ lib.maintainers.matteopacini ];
};
}
@@ -443,6 +443,8 @@ let
};
};
augment.vscode-augment = callPackage ./augment.vscode-augment { };
azdavis.millet = callPackage ./azdavis.millet { };
b4dm4n.vscode-nixpkgs-fmt = callPackage ./b4dm4n.vscode-nixpkgs-fmt { };