File tree Expand file tree Collapse file tree
pkgs/applications/editors/vscode/extensions
teros-technology-teroshdl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4824,6 +4824,8 @@ let
48244824
48254825 tekumara . typos-vscode = callPackage ./tekumara.typos-vscode { } ;
48264826
4827+ teros-technology . teroshdl = callPackage ./teros-technology-teroshdl { } ;
4828+
48274829 theangryepicbanana . language-pascal = buildVscodeMarketplaceExtension {
48284830 mktplcRef = {
48294831 name = "language-pascal" ;
Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ vscode-utils ,
4+ } :
5+
6+ vscode-utils . buildVscodeMarketplaceExtension {
7+ mktplcRef = {
8+ name = "teroshdl" ;
9+ publisher = "teros-technology" ;
10+ version = "7.0.3" ;
11+ hash = "sha256-Bt31ia0X4sQQfREq8PPVEGt/oGe/Oob0yQbYkwNRSsk=" ;
12+ } ;
13+
14+ meta = {
15+ changelog = "https://github.com/TerosTechnology/vscode-terosHDL/releases" ;
16+ description = "Visual Studio Code extension for HDL developments (SystemVerilog/Verilog/VHDL)" ;
17+ downloadPage = "https://marketplace.visualstudio.com/items?itemName=teros-technology.teroshdl" ;
18+ homepage = "https://github.com/TerosTechnology/vscode-terosHDL" ;
19+ license = lib . licenses . gpl3 ;
20+ maintainers = with lib . maintainers ; [ lheintzmann1 ] ;
21+ } ;
22+ }
You can’t perform that action at this time.
0 commit comments