Skip to content

Commit 2fd3aa1

Browse files
committed
add message to relauch VSCode specially for @MatthysDev
1 parent bb4f686 commit 2fd3aa1

File tree

1 file changed

+2
-0
lines changed
  • challenges/ecosystem

1 file changed

+2
-0
lines changed

challenges/ecosystem/02.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ npm run lint -- --fix
104104
- [ ] Run `--fix` to automatically fix your errors.
105105
- [ ] Commit your work.
106106
- [ ] Push your project to GitHub to have a backup.
107+
- [ ] if you encounter a difference between errors on your terminal and VSCode, reload VSCode with `⌘ + ⇧ + P` "Developer: Reload Window".
107108

108109
### ESLint and prettier rules for React Native
109110

@@ -184,6 +185,7 @@ module.exports = {
184185
```
185186

186187
- [ ] Run `--fix` to automatically fix your errors.
188+
- [ ] if you encounter a difference between errors on your terminal and VSCode, reload VSCode with `⌘ + ⇧ + P` "Developer: Reload Window".
187189

188190
### Updating ESLint rules
189191

0 commit comments

Comments
 (0)