gohttpdUi/.vscode/settings.json

20 lines
577 B
JSON
Raw Normal View History

2021-12-07 16:36:16 +08:00
{
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.enable": false,
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]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
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"],
2023-07-09 20:26:57 +08:00
"god.tsconfig": "./tsconfig.json"
2021-12-07 16:36:16 +08:00
}