Alex Baker

Results 5 comments of Alex Baker

I wanted to show an example of usage `solidity.remappings` settings. ```json { "solidity.remappings": [ "@openzeppelin/=packages/contracts/lib/openzeppelin-contracts/", "ds-test/=packages/contracts/lib/forge-std/lib/ds-test/src/", "forge-std/=packages/contracts/lib/forge-std/src/" ], "solidity.packageDefaultDependenciesDirectory": "lib", "solidity.packageDefaultDependenciesContractsDirectory": "src", } ``` The documentation indicates that for a...

width changed after added `perLine={18}` I also think that the block should inherit the width and height of the parent.

I am sorry, still no solution to the installation problem on the Apple M1? ``` error[E0425]: cannot find function `get_fault_info` in this scope --> /Users/jack/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-fl-0.17.1/src/fault.rs:289:21 | 289 | let fault...

> You need to set your hardfork to `paris` or `shanghai` for thisโ€”we've added support recently (#5061) > > Closing for now! Thank you for your reply, but so far...