Files
advanced-camera-card/.vscode/settings.json
T
2023-04-05 18:25:53 -07:00

10 lines
294 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 ."
}