Skip to content

Commit

Permalink
update vscode setting packageDefaultDependenciesDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
kenonchain committed Sep 18, 2021
1 parent a83103a commit 60a3bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"solidity.packageDefaultDependenciesDirectory": "packages/hardhat-ts/node_modules",
"solidity.packageDefaultDependenciesDirectory": "node_modules/@scaffold-eth/hardhat/node_modules/",
"solidity-va.test.defaultUnittestTemplate": "hardhat",
"files.exclude": {
"**/.git": true,
Expand Down

0 comments on commit 60a3bab

Please sign in to comment.