From 6723c8540c1a4ff33ff36cf9e42d4ff75fb0cb01 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:42:29 -0500 Subject: [PATCH] docs: clarify VSCode setup in CONTRIBUTING.md (#2333) * docs: clarify VSCode setup in CONTRIBUTING * missing comma --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca9d6f7653..ec85c588e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,4 +24,4 @@ information on using pull requests. ## Setup: VSCode -Make sure to go to the `Extensions` tab and install the recommended extensions! +You'll have to clean up your extensions to get formatting to work properly. First, go to the `Extensions` tab and remove any extensions that might be formatting your code, like `esbenp.prettier-vscode`. Then, if VSCode doesn't automatically prompt you, install the recommended extensions by searching for `@recommended`.