mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-29 13:26:19 +02:00
VSCode suggestion and CI
This commit is contained in:
Vendored
+1
-1
@@ -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"]
|
||||
}
|
||||
|
||||
Vendored
+6
-1
@@ -1,3 +1,8 @@
|
||||
{
|
||||
"editor.formatOnSave": true
|
||||
"editor.defaultFormatter": "oxc.oxc-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSaveMode": "file",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.oxc": "explicit"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user