Skip to content

Commit

Permalink
Fix workspace settings for solidity extension
Browse files Browse the repository at this point in the history
The solidity extension is complaining about not finding contracts, because hardhat-ts is not there.
  • Loading branch information
x93xk authored Jun 24, 2022
1 parent 5e30d86 commit 55a94c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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": "packages/hardhat/node_modules",
"solidity-va.test.defaultUnittestTemplate": "hardhat",
"files.exclude": {
"**/.git": true,
Expand Down Expand Up @@ -32,4 +32,4 @@
"**/yarn-error.log": true,
"**/yarn.lock": true
}
}
}

0 comments on commit 55a94c6

Please sign in to comment.