Files
VRCX/.vscode/settings.json
2025-10-15 12:24:14 +11:00

18 lines
550 B
JSON

{
"i18n-ally.localesPaths": ["src/localization"],
"i18n-ally.keystyle": "nested",
"i18n-ally.sourceLanguage": "en",
"i18n-ally.indent": 4,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.useModernNet": false,
"[csharp]": {
"editor.defaultFormatter": "ms-dotnettools.csharp"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript", "vue", "html"]
}