11 lines
341 B
JSON
11 lines
341 B
JSON
{
|
|
"i18n-ally.localesPaths": ["src/localize/languages"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.keepFulfilled": true,
|
|
"i18n-ally.editor.preferEditor": true,
|
|
"i18n-ally.translate.saveAsCandidates": true,
|
|
"vitest.commandLine": "npx vitest --root .",
|
|
"diffEditor.experimental.useVersion2": true
|
|
}
|