Merge pull request #270979 from newAM/veriloghdl

vscode-extensions.mshr-h.veriloghdl: init at 1.13.2
This commit is contained in:
superherointj 2024-03-21 20:39:33 +00:00 committed by GitHub
commit c08b185484
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3075,6 +3075,23 @@ let
ms-vsliveshare.vsliveshare = callPackage ./ms-vsliveshare.vsliveshare { };
mshr-h.veriloghdl = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "veriloghdl";
publisher = "mshr-h";
version = "1.13.2";
sha256 = "sha256-MOU8zf2qS7P2pQ29w3mvhDc2OvZiH4HNe530BjIiRAA=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/mshr-h.VerilogHDL/changelog";
description = "A Visual Studio Code extension for supporting Verilog-HDL, SystemVerilog, Bluespec and SystemVerilog";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=mshr-h.VerilogHDL";
homepage = "https://github.com/mshr-h/vscode-verilog-hdl-support";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.newam ];
};
};
mskelton.one-dark-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "one-dark-theme";