gedaechtnas/.vscode/extensions.json
Joscha d1f0d28dac Set up prettier and tailwind even harder
JS tooling breaks at the slightest whiff of nonstandard setups. God
forbid you set up your js project in a subdirectory of the repository
instead of in the root...
2025-01-26 23:57:28 +01:00

10 lines
204 B
JSON

{
"recommendations": [
"Vue.volar",
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode",
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"tauri-apps.tauri-vscode"
]
}