-
Notifications
You must be signed in to change notification settings - Fork 194
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
add support to configure evm_version
#444
Comments
zhiqiangxu
changed the title
add support to configure Feb 5, 2024
vscode-solidity
is not handling evm_version
correctlyevm_version
for vscode-solidity
zhiqiangxu
changed the title
add support to configure
add support to configure Feb 5, 2024
evm_version
for vscode-solidity
evm_version
Added an option on settings now, yes importing from foundry.toml will be ideal |
@zhiqiangxu it is out now |
@juanfranblanco It works great! Is there a plan to import from foundry.toml ? |
Yes there is, as the settings import directly, hopefully I get some time to do it soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Foundry can compile successfully but vscode is prompting:
Undeclared identifier. Did you mean "blockhash"?(7576)
:This error is the same error I get from foundry if
evm_version
is not configured here.Currently there's no way to configure
evm_version
for a foundry project:It would be great if
vscode-solidity
can readfoundry.toml
automatically.Here's the repo that's trigering this issue:
https://github.com/zhiqiangxu/es-op-batchinbox
The text was updated successfully, but these errors were encountered: