Преглед на файлове

docs: document Nomic Foundation's extension

Paul Razvan Berg преди 2 години
родител
ревизия
aeda5590f3
променени са 2 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. 1 1
      .vscode/settings.json
  2. 5 0
      README.md

+ 1 - 1
.vscode/settings.json

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

+ 5 - 0
README.md

@@ -49,6 +49,11 @@ This template comes with sensible default configurations in the following files:
 └── hardhat.config.ts
 └── 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
 ### GitHub Actions
 
 
 This template comes with GitHub Actions pre-configured. Your contracts will be linted and tested on every push and pull
 This template comes with GitHub Actions pre-configured. Your contracts will be linted and tested on every push and pull