2021-09-16 06:58:50 +08:00
|
|
|
{
|
2023-07-19 23:44:18 +08:00
|
|
|
"cSpell.words": [
|
2023-11-17 08:45:00 +08:00
|
|
|
"apifox",
|
|
|
|
"clickoutside",
|
|
|
|
"clsx",
|
2023-07-19 23:44:18 +08:00
|
|
|
"colord",
|
2023-11-17 08:45:00 +08:00
|
|
|
"consola",
|
|
|
|
"Destructurable",
|
|
|
|
"EDITMSG",
|
|
|
|
"espree",
|
|
|
|
"execa",
|
2023-07-23 20:19:47 +08:00
|
|
|
"gitee",
|
|
|
|
"gridicons",
|
2023-11-17 08:45:00 +08:00
|
|
|
"heroicons",
|
|
|
|
"HEXA",
|
|
|
|
"hexcode",
|
2023-07-19 23:44:18 +08:00
|
|
|
"iconify",
|
2023-11-17 08:45:00 +08:00
|
|
|
"INDEXEDDB",
|
|
|
|
"jiti",
|
|
|
|
"kolorist",
|
|
|
|
"Laba",
|
|
|
|
"localforage",
|
|
|
|
"LOCALSTORAGE",
|
|
|
|
"majesticons",
|
|
|
|
"MEDZ",
|
|
|
|
"nocheck",
|
|
|
|
"nprogress",
|
|
|
|
"ofetch",
|
|
|
|
"pickr",
|
|
|
|
"preflights",
|
|
|
|
"sider",
|
|
|
|
"simonwep",
|
|
|
|
"simplebar",
|
|
|
|
"tada",
|
2023-07-23 20:19:47 +08:00
|
|
|
"tauri",
|
2023-11-17 08:45:00 +08:00
|
|
|
"Uncapitalize",
|
2023-07-19 23:44:18 +08:00
|
|
|
"unocss",
|
|
|
|
"unplugin",
|
2023-11-17 08:45:00 +08:00
|
|
|
"VITE",
|
|
|
|
"vitepress",
|
2023-07-19 23:44:18 +08:00
|
|
|
"vueuse",
|
2023-11-17 08:45:00 +08:00
|
|
|
"WEBSQL",
|
|
|
|
"wechat"
|
2023-07-19 23:44:18 +08:00
|
|
|
],
|
2022-08-10 21:31:59 +08:00
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.eslint": true
|
|
|
|
},
|
|
|
|
"editor.fontLigatures": true,
|
|
|
|
"editor.formatOnSave": false,
|
|
|
|
"editor.quickSuggestions": {
|
|
|
|
"strings": true
|
|
|
|
},
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"files.associations": {
|
2023-07-19 23:28:32 +08:00
|
|
|
"*.env.*": "dotenv",
|
|
|
|
"*.svg": "html"
|
2022-08-10 21:31:59 +08:00
|
|
|
},
|
|
|
|
"files.eol": "\n",
|
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",
|
|
|
|
"i18n-ally.localesPaths": ["src/locales/lang"],
|
2023-11-17 08:45:00 +08:00
|
|
|
"unocss.root": ["./"],
|
|
|
|
"[html][css][less][scss][sass][markdown][yaml][yml][json][jsonc]": {
|
2023-07-19 23:28:32 +08:00
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"editor.formatOnSave": true
|
2023-11-17 08:45:00 +08:00
|
|
|
}
|
2021-09-16 06:58:50 +08:00
|
|
|
}
|