mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
19 lines
585 B
JSON
19 lines
585 B
JSON
{
|
|
"i18n-ally.localesPaths": ["src/localization"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sourceLanguage": "en",
|
|
"i18n-ally.indent": 4,
|
|
"oxc.fmt.configPath": ".oxfmtrc.json",
|
|
"editor.defaultFormatter": "oxc.oxc-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"]
|
|
}
|