Skip to content

Commit d7986a3

Browse files
authored
Update README.md
1 parent 626a486 commit d7986a3

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,31 @@ Consider using recommened development envitorment for a consistent experience.
4949

5050
- Use [Cursor](https://www.cursor.com/)
5151
- Install extensions from `.vscode/extensions.json`
52-
- Install recommended Cursor settings from `.vscode/settings.json`
52+
- Consider using recommended settings
5353
- Open cursor settings by clicking `CMD + ,` then clicking Open Settings (JSON)
54-
- Paste in the settings from `.vscode/settings.json`
54+
- Paste in the settings from below code snippet
55+
56+
```
57+
{
58+
"window.commandCenter": 1,
59+
"editor.fontSize": 14,
60+
"scm.inputFontSize": 14,
61+
"debug.console.fontSize": 14,
62+
"chat.editor.fontSize": 14,
63+
"terminal.integrated.fontSize": 14,
64+
"editor.tabSize": 2,
65+
"explorer.fileNesting.enabled": true,
66+
"explorer.fileNesting.patterns": {
67+
"": "",
68+
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, .gitattributes, .shopifyignore, postcss.config.js, tailwind.config.js, tsconfig.json, vite.config.ts, .gitignore, .theme-check.yml, release-notes.md, next-env.d.ts, turbo.json, vercel.json, *config.cjs, .prettierrc"
69+
},
70+
"[liquid]": {
71+
"editor.defaultFormatter": "esbenp.prettier-vscode",
72+
"editor.formatOnSave": true
73+
},
74+
"editor.formatOnSave": true
75+
}
76+
```
5577

5678
### Automatic code formatting
5779

0 commit comments

Comments
 (0)