From d92806444cf4f8f84605589816b536ad5920438f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alice=20R=C3=BChl?= Date: Thu, 19 Dec 2024 16:21:02 +0100 Subject: [PATCH] Update docs/development/SETUP.md --- docs/development/SETUP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development/SETUP.md b/docs/development/SETUP.md index 684e87ea7..eee10d62d 100644 --- a/docs/development/SETUP.md +++ b/docs/development/SETUP.md @@ -87,6 +87,7 @@ Install Required Extensions: Make a change to any file in your project, save it, and verify that it is automatically formatted. Note: The project contains a file `.vscode/settings.json.sample` with our recommended vscode settings. +To apply these settings to your workspace in VS Code, rename the file to `.vscode/settings.json` by removing the `.sample` extension. ### Conventional Commit