-
Hi all, I've Solidity+Hardhat VS Code extension already installed. I'm writing Though I could have gone ahead by cloning Hardhat-Starter-Kit repo but want to know what I'm missing here. Below is {
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.9",
"hardhat": "^2.10.1",
"hardhat-deploy": "^0.11.12",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solhint": "^3.3.7",
"solidity-coverage": "^0.7.21"
}
} Please advise. |
Beta Was this translation helpful? Give feedback.
Answered by
krakxn
Aug 13, 2022
Replies: 1 comment 3 replies
-
Do you have conflicted extensions as so? If not, just click where I have "Solidity" -- which basically sets the language for VSCode. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ManuWeb3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you have conflicted extensions as so?
If not, just click where I have "Solidity" -- which basically sets the language for VSCode.