Skip to content

Commit

Permalink
docs: add message about restarting GUI (#1224)
Browse files Browse the repository at this point in the history
* update docs to add restarting vs code

* Update docs/README.md

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>

---------

Co-authored-by: typicode <typicode@gmail.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
  • Loading branch information
3 people committed Apr 25, 2023
1 parent 6937fd5 commit 926811f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Expand Up @@ -373,6 +373,8 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
```

!> **For some apps (e.g., VS Code), you can resolve this simply by restarting the app. Try this before following any of these steps above!**

## Hooks not running

1. Ensure that you don't have a typo in your filename. For example, `precommit` or `pre-commit.sh` are invalid names. See Git hooks [documentation](https://git-scm.com/docs/githooks) for valid names.
Expand Down

0 comments on commit 926811f

Please sign in to comment.