vscode-extensions.sourcegraph.amp: init at 0.0.1763727068
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -4337,6 +4337,8 @@ let
|
||||
meta.license = lib.licenses.lgpl3Only;
|
||||
};
|
||||
|
||||
sourcegraph.amp = callPackage ./sourcegraph.amp { };
|
||||
|
||||
sourcery.sourcery = callPackage ./sourcery.sourcery { };
|
||||
|
||||
spywhere.guides = buildVscodeMarketplaceExtension {
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
lib,
|
||||
vscode-utils,
|
||||
}:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "sourcegraph";
|
||||
name = "amp";
|
||||
version = "0.0.1763727068";
|
||||
hash = "sha256-rbL0i6JS/I59NiOlkt6v3GVea4vLyzN7BMFYkbDpWho=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Amp is a frontier coding agent for your editor and terminal, built by Sourcegraph.";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=sourcegraph.amp";
|
||||
homepage = "https://ampcode.com/";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = [ lib.maintainers.katexochen ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user