foundry icon indicating copy to clipboard operation
foundry copied to clipboard

Forge remappings support other directory structure

Open KuTuGu opened this issue 2 years ago • 1 comments

Component

Forge

Describe the feature you would like

Currently forge remappings command only generate the mapping of dependencies under the lib folder.
Hope it can also support other folder path: src, test, script (also support custom name).
Otherwise, vscode does not support clicking to jump, can only be solved by manually adding remapping or relative path.

Additional context

Desired result:

src=src/
test=test/
script=script/

KuTuGu avatar Feb 05 '23 09:02 KuTuGu

+1 for this feature

anhthii avatar Apr 16 '23 09:04 anhthii

this should be solved now with https://github.com/foundry-rs/foundry/pull/9258 please retest and reopen if still an issue. thank you!

grandizzy avatar Dec 30 '24 12:12 grandizzy