We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
allow_paths
This issue was raised on discord: https://discord.com/channels/750408878008827925/951537942239797338/1101880603701420083
A cli run of forge gives no errors but it fails in the vscode extension with the following setup:
forge
I suspect this is that the Foundry adapter is not reading and using allow_paths.
The text was updated successfully, but these errors were encountered:
fix: support absolute path remappings on foundry projects (#477)
5823739
Replaced path.join with path.resolve when parsing remappings to allow for absolute path remappings. Fixes #476
The issue here was our processing of remappings rather than allow_paths, we now deal better with absolute paths in this case.
Sorry, something went wrong.
0bffc69
Successfully merging a pull request may close this issue.
This issue was raised on discord: https://discord.com/channels/750408878008827925/951537942239797338/1101880603701420083
A cli run of
forge
gives no errors but it fails in the vscode extension with the following setup:I suspect this is that the Foundry adapter is not reading and using
allow_paths
.The text was updated successfully, but these errors were encountered: