vscode-extensions.nomicfoundation.hardhat-solidity (#478920)
This commit is contained in:
@@ -3586,6 +3586,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
nomicfoundation.hardhat-solidity = callPackage ./nomicfoundation.hardhat-solidity { };
|
||||
|
||||
nonylene.dark-molokai-theme = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "dark-molokai-theme";
|
||||
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
{ lib, vscode-utils }:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "hardhat-solidity";
|
||||
publisher = "nomicfoundation";
|
||||
version = "0.8.26";
|
||||
hash = "sha256-AXiGdUjoFl0R41bRJeGc1Gqs/O6foDwqiH2MmkKxhdo=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/NomicFoundation/hardhat-vscode/blob/main/client/CHANGELOG.md";
|
||||
description = "Solidity and Hardhat support for Visual Studio Code";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=nomicfoundation.hardhat-solidity";
|
||||
homepage = "https://github.com/NomicFoundation/hardhat-vscode";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.iamanaws ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user