vscode-extension.dictionary: init at 0.0.2

This commit is contained in:
jackyliu16 2023-04-22 18:09:12 +08:00
parent 2fab3dec74
commit 6259dbc363

View File

@ -690,7 +690,7 @@ let
maintainers = with lib.maintainers; [ onedragon ];
};
};
colejcummins.llvm-syntax-highlighting = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "llvm-syntax-highlighting";
@ -1159,6 +1159,22 @@ let
};
};
ExiaHuang.dictionary = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "ExiaHuang";
name = "dictionary";
version = "0.0.2";
sha256 = "sha256-caNcbDTB/F2mdlGpfIfJv13lzY5Wwj7p7r8dAte9+3A=";
};
meta = {
description = ", , for vscode";
repositories = "https://github.com/exiahuang/fanyi-vscode.git";
homepage = "https://github.com/exiahuang/fanyi-vscode";
changelog = "https://marketplace.visualstudio.com/items/ExiaHuang.dictionary/changelog";
license = lib.licenses.gpl3Only;
};
};
file-icons.file-icons = buildVscodeMarketplaceExtension {
meta = {
changelog = "https://marketplace.visualstudio.com/items/file-icons.file-icons/changelog";