Skip to content

Commit

Permalink
docs: add vscode note to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
This commit adds a reference to VScode and the Hardhat extension in the
contribution guidelines.
  • Loading branch information
rickstaa committed Apr 12, 2024
1 parent f225b10 commit 13e8184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ specifier is not provided.
Prefer `external` to `public` if you know a function will only be called externally. If there is a possibility
of a function being called internally as well as externally, the function should be `public`. `external` functions can be more
efficient when a function parameter is a large array of data.

## Development Environment

For easy development, we recommend using [Visual Studio Code](https://code.visualstudio.com/) with the [Hardhat extension](https://hardhat.org/hardhat-vscode/docs/overview). This will provide you with syntax highlighting, code completion, debugging capabilities, and an easy-to-use test explorer.

0 comments on commit 13e8184

Please sign in to comment.