Skip to content

Commit ef532fd

Browse files
committed
chore: Update settings.json for vscode in create-vitnode-app
1 parent 52dfded commit ef532fd

File tree

1 file changed

+29
-0
lines changed
  • packages/create-vitnode-app/copy-of-vitnode-app/.vscode

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"cSpell.words": ["vitnode"],
3+
"github.copilot.chat.commitMessageGeneration.instructions": [
4+
{
5+
"text": "Follow the Conventional Commits format strictly for commit messages. Use the structure below:\n\n```\n<type>[optional scope]: <gitmoji> <description>\n```\n\nGuidelines:\n\n1. **Type and Scope**: Choose an appropriate type (e.g., `feat`, `fix`, `refactor`, `docs`) and optional scope to describe the affected module or feature.\n\n2. **Gitmoji**: Include a relevant `gitmoji` that best represents the nature of the change.\n\n3. **Description**: Write a concise, informative description in the header; use backticks if referencing code or specific terms.\n\nCommit messages should be clear, informative, and professional, aiding readability and project tracking."
6+
}
7+
],
38
"search.exclude": {
49
"**/(plugins)/*": true
10+
},
11+
"[javascriptreact]": {
12+
"editor.defaultFormatter": "biomejs.biome"
13+
},
14+
"[typescript]": {
15+
"editor.defaultFormatter": "biomejs.biome"
16+
},
17+
"[css]": {
18+
"editor.defaultFormatter": "biomejs.biome"
19+
},
20+
"[jsonc]": {
21+
"editor.defaultFormatter": "biomejs.biome"
22+
},
23+
"[typescriptreact]": {
24+
"editor.defaultFormatter": "biomejs.biome"
25+
},
26+
"[html]": {
27+
"editor.defaultFormatter": "biomejs.biome"
28+
},
29+
"[json]": {
30+
"editor.defaultFormatter": "biomejs.biome"
31+
},
32+
"[javascript]": {
33+
"editor.defaultFormatter": "biomejs.biome"
534
}
635
}

0 commit comments

Comments
 (0)