mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
vscode-extensions.jackmacwindows.vscode-computercraft: init at 1.1.1
This commit is contained in:
parent
51a38149cf
commit
c3bcd14096
@ -2234,6 +2234,27 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
jackmacwindows.vscode-computercraft = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-computercraft";
|
||||
publisher = "jackmacwindows";
|
||||
version = "1.1.1";
|
||||
hash = "sha256-ec1I3oQ06iMdSUcqf8yA3GjE7Aqa0PiLzRQLwFcL0KU=";
|
||||
};
|
||||
postInstall = ''
|
||||
# Remove superflouous images to reduce closure size
|
||||
rm $out/$installPrefix/images/*.gif
|
||||
'';
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/jackmacwindows.vscode-computercraft/changelog";
|
||||
description = "A Visual Studio Code extension for ComputerCraft and CC: Tweaked auto-completion";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jackmacwindows.vscode-computercraft";
|
||||
homepage = "https://github.com/MCJack123/vscode-computercraft";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tomodachi94 ];
|
||||
};
|
||||
};
|
||||
|
||||
jackmacwindows.craftos-pc = callPackage ./jackmacwindows.craftos-pc { };
|
||||
|
||||
james-yu.latex-workshop = buildVscodeMarketplaceExtension {
|
||||
|
Loading…
Reference in New Issue
Block a user