2026-04-20 16:42:28 +08:00
|
|
|
{
|
2026-04-23 14:57:35 +08:00
|
|
|
"prettier.enable": true,
|
|
|
|
|
"editor.formatOnSave": true,
|
2026-04-20 16:42:28 +08:00
|
|
|
|
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
|
"source.organizeImports": "never"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// Enable file nesting
|
|
|
|
|
"explorer.fileNesting.enabled": true,
|
|
|
|
|
"explorer.fileNesting.patterns": {
|
|
|
|
|
"vite.config.*": "pages.config.*, manifest.config.*, uno.config.*, volar.config.*, *.env, .env.*"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// Associate JSON files with comments as JSONC
|
|
|
|
|
"files.associations": {
|
|
|
|
|
"**/pages.json": "jsonc",
|
|
|
|
|
"**/manifest.json": "jsonc"
|
|
|
|
|
}
|
|
|
|
|
}
|