You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,14 @@ poetry run pytest tests/e2e
38
38
39
39
#### Configuring VSCode
40
40
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.
0 commit comments