diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index e67ad34dc996..3729b6e60a6d 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -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";