From 7acca7e9c938959bb915d7298475a30fd4afb590 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:00:48 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b3540342..620557b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ Beyond the extension, we very occasionally edit the IDE when we need to access m yarn ``` -2. Press Ctrl+Shift+B to start the build process - this can take some time. +2. In VS Code, press Ctrl+Shift+B to start the build process - this can take some time. If you're not using VS Code, run `yarn watch` instead. 3. Run `./scripts/code.sh` in your terminal.