mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 21:05:51 +00:00
- 创建 .vscode/extensions.json 推荐 Biome、TypeScript、Bun、EditorConfig 扩展 - 添加 .tool-versions 固定 bun 1.3.13 - package.json engines.bun 收紧为 >=1.3.0 - .gitignore 改用 .vscode/* + 例外以允许 extensions.json 提交 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"recommendations": [
|
|
"biomejs.biome",
|
|
"ms-typescript.typescript",
|
|
"oven.bun-vscode",
|
|
"editorconfig.editorconfig"
|
|
]
|
|
}
|