Update VSCode settings (#769)

Update extensions

Co-authored-by: philon- <philon-@users.noreply.github.com>
This commit is contained in:
Jeremy Gallant
2025-08-10 13:50:51 +02:00
committed by GitHub
parent 28f0ca4337
commit f04ec36faf
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
{
"recommendations": ["bradlc.vscode-tailwindcss", "denoland.vscode-deno"]
"recommendations": ["bradlc.vscode-tailwindcss", "biomejs.biome"]
}

View File

@@ -2,5 +2,8 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit",
}
},
"search.exclude": {
"**/i18n/locales/*-*/**": true,
},
}