From ac8ac119e72829302423798ce1d5f4c5bcdaa88a Mon Sep 17 00:00:00 2001 From: cromewar Date: Tue, 15 Feb 2022 15:01:58 -0500 Subject: [PATCH] adding more info about settings.json and imports linting --- chronological-issues-from-video.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chronological-issues-from-video.md b/chronological-issues-from-video.md index f444c1b..f37a1b7 100644 --- a/chronological-issues-from-video.md +++ b/chronological-issues-from-video.md @@ -31,9 +31,11 @@ In your vscode, these and be safely ignored. However you can also add to your se } ``` + Or whatever version your `@chainlink` and `@openzeppelin` contracts need. For example: Screen Shot 2021-10-05 at 6 01 45 PM +**Note:** remember this is an example, you must provide the actual location on which your `.brownie` folder is located. For more info on on this please refer [here](https://n4n0b1t3.medium.com/how-to-make-vsc-solidity-lint-recognize-your-chainlink-and-openzeppelin-libraries-73775129261c). ## Integration Testing Issues - In some integration tests, we do something like `time.sleep(60)`. Sometimes, you'll have to do much longer, we've had reports go up to `time.sleep(300)`. So, if you want to try that, go get a coffee break while your integration test runs!