comfyui-deploy/.vscode/extensions.json
2024-01-21 23:55:18 +08:00

8 lines
191 B
JSON

{
"recommendations": [
"bradlc.vscode-tailwindcss", // hinting / autocompletion for tailwind
"ban.spellright", // Spell check for docs
"biomejs.biome" // improved i18n DX
]
}