John Kane
John Kane
Websockets is something we could support but not many people have requested it (every feature comes with a maintenance cost). Since we don't have an open issue to track this...
An approach to this is to have the hardhat extension register for `javascript` and `typescript` files. The extension implements the `go to definition` feature for js/ts but pipes the request...
Is the issue here that renames have edge cases we don't cover when there is a an import aliases?
Hey @agrawalmitesh, thanks for the feedback. Are you trying to compile contracts within a hardhat project or do you mean solidity files by themselves or outside a hardhat project? If...
> I am running into this same issue, it started in version 0.4.5 and is still broken, I keep my projects using 0.4.4 and it's working, but i'd like the...
The link to the error location improves the UX, but to fully resolve the issue we need whole project diagnostics.
Hey @JacobRhiel, if you make a further edit in the open editor does the validator starting message change?
> @pemmenegger validation depends on being able to compile with hardhat. If the extension cannot read the `hardhat.config.js` we cannot get any further in the process. If you try and...
@antico5 have you seen task inputs and prompts? https://code.visualstudio.com/docs/editor/variables-reference#_input-variables
> > We have one `hardhat` task for compile, in a monorepo setup we infer which proj is meant by the open editor window. > > I was expecting one...