Skip to content

Commit

Permalink
Improving local vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
eloi010 committed Nov 17, 2023
1 parent 3ccd7c3 commit 4732a2b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
"solidity.compileUsingRemoteVersion": "v0.8.19+commit.7dd6d404",
"solidity.defaultCompiler": "localFile",
"solidity.compileUsingLocalVersion": "v0.8.19+commit.7dd6d404",
"solidity.packageDefaultDependenciesDirectory": "node_modules/, lib/"
"solidity.packageDefaultDependenciesDirectory": "node_modules/, lib/",
"solidity.formatter": "forge",
"solidity.packageDefaultDependenciesContractsDirectory": "node_modules/, lib/",
"solidity.remappings": [
"@openzeppelin/=node_modules/@openzeppelin/",
"account-abstraction/=lib/account-abstraction/contracts/",
"ds-test/=lib/forge-std/lib/ds-test/src/",
"eth-gas-reporter/=node_modules/eth-gas-reporter/",
"forge-std/=lib/forge-std/src/",
"hardhat/=node_modules/hardhat/",
"erc6551/=lib/erc6551/",
]
}

0 comments on commit 4732a2b

Please sign in to comment.