We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd6a5b commit 64ca2c6Copy full SHA for 64ca2c6
.vscode/settings.json
@@ -1,5 +1,7 @@
1
{
2
- "i18n-ally.localesPaths": ["./i18n/locales"],
+ "editor.defaultFormatter": "oxc.oxc-vscode",
3
+ "editor.formatOnSave": true,
4
"i18n-ally.keystyle": "nested",
5
+ "i18n-ally.localesPaths": ["./i18n/locales"],
6
"typescript.tsdk": "node_modules/typescript/lib"
7
}
0 commit comments