Browse Source

Update VSCode settings (#769)

Update extensions

Co-authored-by: philon- <[email protected]>
pull/751/merge
Jeremy Gallant 10 months ago
committed by GitHub
parent
commit
f04ec36faf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .vscode/extensions.json
  2. 5
      .vscode/settings.json

2
.vscode/extensions.json

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

5
.vscode/settings.json

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

Loading…
Cancel
Save