mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
vscode-extensions.mshr-h.veriloghdl: init at 1.13.2
This commit is contained in:
parent
6f19531beb
commit
e89c47bbc5
1 changed files with 17 additions and 0 deletions
|
@ -3075,6 +3075,23 @@ let
|
||||||
|
|
||||||
ms-vsliveshare.vsliveshare = callPackage ./ms-vsliveshare.vsliveshare { };
|
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 {
|
mskelton.one-dark-theme = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "one-dark-theme";
|
name = "one-dark-theme";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue