gohttpdUi/.vscode/settings.json

20 lines
562 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": {
2023-12-15 10:49:55 +08:00
"source.fixAll.eslint": "explicit"
2021-12-10 17:10:51 +08:00
},
"[vue]": {
2024-03-21 10:33:55 +08:00
"editor.defaultFormatter": "Vue.volar"
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
}