Merge pull request #290057 from qubitnano/origin-vscode-comparefolders

vscode-extensions.moshfeu.compare-folders: init at 0.24.2
This commit is contained in:
Pol Dellaiera 2024-02-24 19:24:22 +01:00 committed by GitHub
commit b97a52e175
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2600,6 +2600,23 @@ let
};
};
moshfeu.compare-folders = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "compare-folders";
publisher = "moshfeu";
version = "0.24.2";
sha256 = "sha256-EiGuYRMN8bXq+Cya38U+dCX2W0wzIeP0yb39WBJaX1U=";
};
meta = {
changelog = "https://github.com/moshfeu/vscode-compare-folders/releases";
description = "The extension allows you to compare folders, show the diffs in a list and present diff in a splitted view side by side";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=moshfeu.compare-folders";
homepage = "https://github.com/moshfeu/vscode-compare-folders";
license = lib.licenses.mit;
};
};
ms-azuretools.vscode-docker = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-docker";