2021-09-16 06:58:50 +08:00
|
|
|
{
|
2022-08-10 21:31:59 +08:00
|
|
|
"editor.codeActionsOnSave": {
|
2023-12-14 20:59:07 +08:00
|
|
|
"source.fixAll.eslint": "explicit",
|
|
|
|
"source.organizeImports": "never"
|
2022-08-10 21:31:59 +08:00
|
|
|
},
|
|
|
|
"editor.formatOnSave": false,
|
2023-12-14 20:59:07 +08:00
|
|
|
"eslint.validate": ["html", "css", "scss", "json", "jsonc"],
|
2023-11-17 08:45:00 +08:00
|
|
|
"i18n-ally.displayLanguage": "zh-cn",
|
2023-07-23 20:19:47 +08:00
|
|
|
"i18n-ally.enabledParsers": ["ts"],
|
|
|
|
"i18n-ally.enabledFrameworks": ["vue"],
|
|
|
|
"i18n-ally.editor.preferEditor": true,
|
|
|
|
"i18n-ally.keystyle": "nested",
|
2024-01-16 01:37:58 +08:00
|
|
|
"i18n-ally.localesPaths": ["src/locales/langs"],
|
2025-07-03 21:59:18 +08:00
|
|
|
"i18n-ally.parsers.typescript.compilerOptions": {
|
|
|
|
"moduleResolution": "node"
|
|
|
|
},
|
2023-12-14 20:59:07 +08:00
|
|
|
"prettier.enable": false,
|
2024-03-23 15:51:04 +08:00
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
2024-06-06 10:27:03 +08:00
|
|
|
"unocss.root": ["./"],
|
2024-09-07 19:05:37 +08:00
|
|
|
"vue.server.hybridMode": true,
|
|
|
|
"files.exclude": { "/docs": true },
|
2025-05-13 17:41:29 +08:00
|
|
|
"search.exclude": {
|
|
|
|
"/docs": true
|
|
|
|
},
|
|
|
|
"cSpell.words": ["Axios", "tinymce"]
|
2021-09-16 06:58:50 +08:00
|
|
|
}
|