Skip to content

Commit e0c237c

Browse files
ericyangpanclaude
andcommitted
chore(tooling): update editor settings and Biome schema version
- Enable file preview in VS Code editor - Update Biome schema to 2.3.10 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f123f5b commit e0c237c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@
2121
},
2222
"[jsonc]": {
2323
"editor.defaultFormatter": "biomejs.biome"
24-
}
24+
},
25+
"workbench.editor.enablePreview": true,
26+
"workbench.editor.enablePreviewFromQuickOpen": true
2527
}

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

0 commit comments

Comments
 (0)