hardhat-vscode
hardhat-vscode copied to clipboard
feat: analysis for pure foundry projects
trafficstars
Identify folders containing foundry.toml files as foundry projects. Ignores directories under lib by default.
HHVSC-210 Investigate supporting navigation for pure foundry project
We currently support navigation in hybrid hh+foundry projects. What would need to happen to support navigation in a standard foundry project (so src and lib and remappings).
- Initial investigation
- Perhaps spike a hack of what having foundry "projects"
This PR is deprecated after the framework-agnostic refactor