13 lines
425 B
JSON
13 lines
425 B
JSON
{
|
|
"volar.inlayHints.eventArgumentInInlineHandlers": true,
|
|
"css.lint.unknownAtRules": "ignore",
|
|
"i18n-ally.localesPaths": ["src/locales/langs", "src/locales"],
|
|
"i18n-ally.enabledParsers": ["json"],
|
|
"i18n-ally.sourceLanguage": "zh",
|
|
"i18n-ally.displayLanguage": "zh",
|
|
"i18n-ally.enabledFrameworks": ["vue", "react"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.namespace": true
|
|
}
|