gohttpdUi/.vscode/settings.json

20 lines
569 B
JSON
Raw Normal View History

2021-12-07 16:36:16 +08:00
{
"typescript.tsdk": "node_modules/typescript/lib",
2023-11-04 09:50:29 +08:00
"prettier.enable": true,
2021-12-10 17:10:51 +08:00
"editor.codeActionsOnSave": {
2021-12-07 16:36:16 +08:00
"source.fixAll.eslint": true
2021-12-10 17:10:51 +08:00
},
"[vue]": {
2023-11-08 15:24:56 +08:00
"editor.defaultFormatter": "esbenp.prettier-vscode"
2021-12-10 17:10:51 +08:00
},
"i18n-ally.localesPaths": ["src/locales"],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
2022-06-23 22:37:49 +08:00
"i18n-ally.namespace": false,
"i18n-ally.enabledParsers": ["ts"],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.displayLanguage": "zh-CN",
2022-01-18 16:22:47 +08:00
"i18n-ally.enabledFrameworks": ["vue", "react"],
"god.tsconfig": "./tsconfig.json"
2021-12-07 16:36:16 +08:00
}