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-04-08 13:57:35 +08:00
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
2021-12-10 17:10:51 +08:00
|
|
|
},
|
2021-12-11 11:46:10 +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,
|
2021-12-11 11:46:10 +08:00
|
|
|
"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"],
|
2024-12-09 14:36:16 +08:00
|
|
|
"god.tsconfig": "./tsconfig.json",
|
|
|
|
"editor.gotoLocation.alternativeDeclarationCommand": "editor.action.revealDefinition",
|
|
|
|
"editor.gotoLocation.alternativeDefinitionCommand": "editor.action.revealDefinition",
|
|
|
|
"editor.gotoLocation.alternativeTypeDefinitionCommand": "editor.action.revealDefinition",
|
|
|
|
"editor.selectionHighlight": false,
|
|
|
|
"files.autoSave": "onFocusChange",
|
|
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
|
|
"editor.quickSuggestions": {
|
|
|
|
"other": "on",
|
|
|
|
"comments": "off",
|
|
|
|
"strings": "on"
|
|
|
|
}
|
2021-12-07 16:36:16 +08:00
|
|
|
}
|