cherry-studio/.vscode/extensions.json
icarus 9228eb3102 chore: replace prettier with biome for code formatting
Remove all prettier-related configuration, dependencies, and references
Update formatting scripts and documentation to use biome instead
Adjust electron-builder config to exclude biome.jsonc
2025-09-15 07:18:38 +08:00

9 lines
140 B
JSON

{
"recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"lokalise.i18n-ally",
"biomejs.biome"
]
}