vscode-extensions.ethersync.ethersync: init at 0.2.1 (#425164)
This commit is contained in:
commit
c9378dae47
@ -1789,6 +1789,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
ethersync.ethersync = callPackage ./ethersync.ethersync { };
|
||||
|
||||
eugleo.magic-racket = callPackage ./eugleo.magic-racket { };
|
||||
|
||||
ExiaHuang.dictionary = buildVscodeMarketplaceExtension {
|
||||
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
lib,
|
||||
vscode-utils,
|
||||
}:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "ethersync";
|
||||
name = "ethersync";
|
||||
version = "0.2.1";
|
||||
hash = "sha256-/oRpoYMWSpkAEM89KlJnSJ7TWwcGloYHXh80Ml+vz+M=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Extension for real-time co-editing of local text files";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ethersync.ethersync";
|
||||
homepage = "https://github.com/ethersync/ethersync/tree/main/vscode-plugin";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ lib.maintainers.ethancedwards8 ];
|
||||
teams = [ lib.teams.ngi ];
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user