Cyfrin / aderyn-vscode

MIT License
1 stars 1 forks source link

Doesn't respect workspace root (if I want to keep my project somewhere nested Ex: Chainlink CCIP) #2

Closed TilakMaddy closed 4 months ago

TilakMaddy commented 5 months ago

If the foundry.toml is not found in the root of the workspace, the extension should do a breadth first search and find the foundry.toml. Then run aderyn with the parent folder as root. This parent folder is not always the root workspace which is open in VSCode

TilakMaddy commented 4 months ago

For now, we are trying to achieve feature parity with current aderyn. It's okay to depend on where the user opens vscode.

So closing this issue as well : )