Loading pkgs/applications/editors/vscode/extensions/augment.vscode-augment/default.nix 0 → 100644 +23 −0 Original line number Diff line number Diff line { 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 ]; }; } pkgs/applications/editors/vscode/extensions/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading
pkgs/applications/editors/vscode/extensions/augment.vscode-augment/default.nix 0 → 100644 +23 −0 Original line number Diff line number Diff line { 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 ]; }; }
pkgs/applications/editors/vscode/extensions/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading