2021-09-16 06:58:50 +08:00
|
|
|
{
|
2023-07-19 23:44:18 +08:00
|
|
|
"cSpell.words": [
|
|
|
|
"AMAP",
|
|
|
|
"antv",
|
|
|
|
"colord",
|
|
|
|
"echarts",
|
|
|
|
"iconify",
|
|
|
|
"Sider",
|
|
|
|
"unocss",
|
|
|
|
"unplugin",
|
|
|
|
"vditor",
|
|
|
|
"vueuse",
|
|
|
|
"wangeditor",
|
|
|
|
"wechat",
|
|
|
|
"xgplayer"
|
|
|
|
],
|
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,
|
2023-07-19 23:44:18 +08:00
|
|
|
"eslint.validate": ["json"],
|
2022-08-10 21:31:59 +08:00
|
|
|
"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-07-19 23:44:18 +08:00
|
|
|
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"],
|
2023-07-19 23:28:32 +08:00
|
|
|
"[html][css][less][scss][sass][markdown][yaml][yml][jsonc]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"editor.formatOnSave": true
|
2023-07-19 23:44:18 +08:00
|
|
|
}
|
2021-09-16 06:58:50 +08:00
|
|
|
}
|