Closed 3esmit closed 1 month ago
Not sure what the issue is?
Did you mean to say .vscode/settings.json
instead of .vscode/attributes.json
?
I wrote part of those recommendations in the Foundry docs: https://github.com/foundry-rs/book/pull/750
I mean that docs recommends JuanBlanco formatter, and here it's using Nomic
In this case, I'd recommend opening an issue/ PR in the Foundry Book repo to recommend using the Nomic extension instead.
Nomic is easier to configure and that's why I went with it (besides other benefits such as import hyperlinking).
See https://book.getfoundry.sh/config/vscode
Maybe this is a bad recommendation on the docs. If thats the case we can add an issue at their docs.
I noticed that Nomic extension might work better than the default most popular alternative (JuanBlanco) because Nomic uses solc version from project files. I requested JuanBlanco to support solc from project files https://github.com/juanfranblanco/vscode-solidity/issues/463