From 926811fa16291c2139327f4db02922987a895491 Mon Sep 17 00:00:00 2001 From: Clay Coleman Date: Tue, 25 Apr 2023 18:40:51 -0500 Subject: [PATCH] docs: add message about restarting GUI (#1224) * update docs to add restarting vs code * Update docs/README.md Co-authored-by: Pascal Jufer --------- Co-authored-by: typicode Co-authored-by: Pascal Jufer --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 3848d5ff6..0c7ed0a03 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.