VSCode suggestion and CI

This commit is contained in:
Gregory Schier
2026-03-13 08:44:52 -07:00
parent 560c4667e4
commit 08a64b6938
6 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
{
"recommendations": ["rust-lang.rust-analyzer", "bradlc.vscode-tailwindcss"]
"recommendations": ["rust-lang.rust-analyzer", "bradlc.vscode-tailwindcss", "VoidZero.vite-plus-extension-pack"]
}

View File

@@ -1,3 +1,8 @@
{
"editor.formatOnSave": true
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.codeActionsOnSave": {
"source.fixAll.oxc": "explicit"
}
}