John Kane
John Kane
> 0.9.0 I know this work with vscode, but it does not work with emacs. I does not test it with vim, you might take a test with vim. The...
The defaults should work in this case. The directory that you start the language server might have an effect, if its not able to identify the Hardhat/Foundry project directory. Can...
We would expect find all references to work across files, even if they were not open in the editor. Is the repo open source?
Thanks, I was able to reproduce this using the demo repo. This is expected behavior. We do not analyze `node_modules` for Solidity files directly. We scan the contracts folders (in...
Hey @tmigone, thanks for the reproduction repo, that makes things far easier to debug. We will investigate and get back.
The new versions of the toolbox have been released: * https://github.com/NomicFoundation/hardhat/releases/tag/%40nomicfoundation%2Fhardhat-toolbox%406.0.0 * https://github.com/NomicFoundation/hardhat/releases/tag/%40nomicfoundation%2Fhardhat-toolbox-viem%404.0.0
This is not currently a priority. We are restructuring `hardhat-verify` and Hardhat's build pipeline for v3, so it would be after that that we would make decisions about tackling `vyper`...
Is the extension reporting an incorrect compiler error on first load of the file? Or are there steps that lead up to it being out of sync?
Hey, I am going to close this PR for the moment. We can restart the conversation as an issue initially if that is something we want to pursue.
I am going to close this PR. This is going to need more input and I think we hold off until the product polishing stage of Hardhat 3.