vscode-extension.code-translate: init at 1.0.20

This commit is contained in:
jackyliu16 2023-04-22 18:07:37 +08:00
parent 782769d64e
commit 2fab3dec74

View File

@ -665,6 +665,32 @@ let
};
};
w88975.code-translate = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "code-translate";
publisher = "w88975";
version = "1.0.20";
sha256 = "sha256-blqLK7S+RmEoyr9zktS5/SNC0GeSXnNpbhltyajoAfw=";
};
meta = {
description = "A pure vscode translation plug-in";
longDescription = ''
Code Translate
: VS Code
: , 线
: 340 +线,
: Code Translate , 10ms
: VS Code VS Code Online ,
'';
repositories = "https://github.com/w88975/code-translate-vscode";
changelog = "https://marketplace.visualstudio.com/items/w88975.code-translate/changelog";
homepage = "https://marketplace.visualstudio.com/items?itemName=w88975.code-translate";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ onedragon ];
};
};
colejcummins.llvm-syntax-highlighting = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "llvm-syntax-highlighting";