forked from trufflesuite/ganache
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add plugins to features list in readme (trufflesuite#4519)
- Loading branch information
1 parent
4b4f921
commit 990ba70
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
packages/ethereum/ethereum/tests/api/eth/Truffle Ganache Project.code-workspace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "../../../../../../.." | ||
}, | ||
{ | ||
"name": "Uniswap-V3", | ||
"path": "../../../../../../../../../../IDEAGA~1/AppData/Local/Temp/contracts/Uniswap-V3" | ||
} | ||
], | ||
"settings": { | ||
"solidity.formatter": "forge", | ||
"solidity.defaultCompiler": "localNodeModule" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters