docs: document Nomic Foundation's extension

This commit is contained in:
Paul Razvan Berg
2023-03-02 21:03:12 +02:00
parent c28bdf19da
commit aeda5590f3
2 changed files with 6 additions and 1 deletions

View File

@@ -12,5 +12,5 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"liveServer.settings.root": "/coverage"
"solidity.formatter": "prettier"
}

View File

@@ -49,6 +49,11 @@ This template comes with sensible default configurations in the following files:
└── hardhat.config.ts
```
### VSCode Integration
This template is IDE agnostic, but for the best user experience, you may want to use it in VSCode alongside Nomic
Foundation's [Solidity extension](https://marketplace.visualstudio.com/items?itemName=NomicFoundation.hardhat-solidity).
### GitHub Actions
This template comes with GitHub Actions pre-configured. Your contracts will be linted and tested on every push and pull