-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go to references
not working
#119
Comments
I tried to use previous versions (0.1.3 and 0.1.2) and the references still didn't work. I also tried to use previous juanblanco.solidity, but still didn't help edit: as a fix, you could disable auditor references with |
Work perfectly! Thanks for your suggestion. |
I'm also experiencing this. It coincided with my updating VSCode to 1.73.1. I rolled back my install to 1.72.x and it resumed working properly. To add on: I'm not using any other solidity extensions, like hardhat or juanblanco's code. Only this extension. |
|
* prep v0.1.4 * properly instantiate vscode.location - fixes #119 * prepare v0.1.5
It cannot go to references anymore.
It also prevents other extensions from doing that.
I'm using
NomicFoundation.hardhat-solidity
, it hasgo to references
option, quite nice.But whenever I enable
tintinweb.solidity-visual-auditor
, thego to references
is not working anymore.When I disable
NomicFoundation.hardhat-solidity
and only usetintinweb.solidity-visual-auditor
, thego to references
still not working.=> I think it's caused by
tintinweb.solidity-visual-auditor
. Please have a check on that.The text was updated successfully, but these errors were encountered: