Skip to content

Commit 1e9c10f

Browse files
evpirniaEvelyn Pirnia
andauthored
Improve Contribution Guide's VSCode setup instructions (fastify#4594)
* add info on vscode settings and link to vscode docs * fix: add vscode setting recomendation --------- Co-authored-by: Evelyn Pirnia <[email protected]>
1 parent dd2a885 commit 1e9c10f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/Guides/Contributing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,11 @@ the left sidebar. But wait! We are not quite done yet. There are a few more
162162
baseline settings that should be set before VSCode is ready.
163163

164164
Press `cmd+shift+p` to bring up the VSCode command input prompt. Type `open
165-
settings (json)` and then choose the same item from the filtered menu. This will
166-
open a document that is the settings for the editor. Paste the following JSON
167-
into this document, overwriting any text already present, and save it:
165+
settings (json)`. Three [VSCode Setting](https://code.visualstudio.com/docs/getstarted/settings)
166+
options will appear in the dropdown: Workspace, Default,
167+
and User settings. We recommend selecting Default. This will open a document
168+
that is the settings for the editor. Paste the following JSON into this
169+
document, overwriting any text already present, and save it:
168170

169171
```json
170172
{

0 commit comments

Comments
 (0)