Skip to content

Commit 40fa798

Browse files
author
Pierre
committed
Update CONTRIBUTING.md
1 parent 76cebe3 commit 40fa798

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@ poetry run pytest tests/e2e
3838

3939
#### Configuring VSCode
4040

41-
Suggested extensions are available in the [.vscode/extensions.json](.vscode/extensions.json) file.
41+
Suggested extensions are available in the [.vscode/extensions.json](.vscode/extensions.json) file. When you open this project in VSCode or Cursor, you'll be prompted to install these recommended extensions automatically.
42+
43+
To manually install recommended extensions:
44+
1. Open VSCode/Cursor Command Palette (Cmd/Ctrl + Shift + P)
45+
2. Type "Show Recommended Extensions"
46+
3. Install the ones marked with @recommended
47+
48+
These extensions will help ensure consistent code quality and style across all contributors.
4249

4350
### Dependencies
4451

0 commit comments

Comments
 (0)