NomicFoundation/hardhat-vscode

Support `allow_paths` in foundry.toml

kanej opened this issue · 1 comments

kanej commented

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:

image

I suspect this is that the Foundry adapter is not reading and using allow_paths.

kanej commented

The issue here was our processing of remappings rather than allow_paths, we now deal better with absolute paths in this case.