chore: 🧑‍💻 Add more recommended vscode extensions
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 0s
Deploy to GitHub Pages / build (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 0s
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-05-01 04:48:28 +02:00
parent fcc78bdd0f
commit bd7fb27f8a
No known key found for this signature in database

View file

@ -1,3 +1,11 @@
{
"recommendations": ["inlang.vs-code-extension"]
"recommendations": [
"inlang.vs-code-extension",
"biomejs.biome",
"oven.bun-vscode",
"vivaxy.vscode-conventional-commits",
"EditorConfig.EditorConfig",
"Nuxtr.nuxt-vscode-extentions",
"bradlc.vscode-tailwindcss"
]
}