You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
529 B
18 lines
529 B
{
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"i18n-ally.localesPaths": ["packages/locales/languages"],
|
|
"i18n-ally.sourceLanguage": "zh",
|
|
"i18n-ally.displayLanguage": "zh",
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.extract.autoDetect": true,
|
|
"i18n-ally.enabledFrameworks": ["vue"],
|
|
"i18n-ally.enabledParsers": ["json"]
|
|
}
|
|
|