mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 17:58:35 +00:00
vscode-extensions.grapecity.gc-excelviewer: init at 4.2.55
This commit is contained in:
parent
8255d2843a
commit
2e16cc7604
@ -1041,6 +1041,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
grapecity.gc-excelviewer = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "gc-excelviewer";
|
||||
publisher = "grapecity";
|
||||
version = "4.2.55";
|
||||
sha256 = "sha256-yHl6ZTGIKOEsqmyeYtgDUhNAN9uRpoFApA7FKkPWW3E=";
|
||||
};
|
||||
meta = with lib; {
|
||||
description = "Edit Excel spreadsheets and CSV files in Visual Studio Code and VS Code for the Web";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=grapecity.gc-excelviewer";
|
||||
homepage = "https://github.com/jjuback/gc-excelviewer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kamadorueda ];
|
||||
};
|
||||
};
|
||||
|
||||
humao.rest-client = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "humao";
|
||||
|
Loading…
Reference in New Issue
Block a user