Skip to content

Commit c08071d

Browse files
committed
Update
1 parent e8e7692 commit c08071d

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,17 @@
55
"editor.formatOnSaveMode": "file",
66
"editor.codeActionsOnSave": {
77
"source.fixAll.oxc": "explicit"
8+
},
9+
"[javascript]": {
10+
"editor.defaultFormatter": "oxc.oxc-vscode"
11+
},
12+
"[javascriptreact]": {
13+
"editor.defaultFormatter": "oxc.oxc-vscode"
14+
},
15+
"[typescript]": {
16+
"editor.defaultFormatter": "oxc.oxc-vscode"
17+
},
18+
"[typescriptreact]": {
19+
"editor.defaultFormatter": "oxc.oxc-vscode"
820
}
921
}

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Docs are local at `node_modules/vite-plus/docs` or online at https://viteplus.de
1111
- [ ] Run `vp install` after pulling remote changes and before getting started.
1212
- [ ] Run `vp check` and `vp test` to format, lint, type check and test changes.
1313
- [ ] Check if there are `vite.config.ts` tasks or `package.json` scripts necessary for validation, run via `vp run <script>`.
14+
- [ ] If setup, runtime, or package-manager behavior looks wrong, run `vp env doctor` and include its output when asking for help.
1415

1516
<!--VITE PLUS END-->
1617

0 commit comments

Comments
 (0)