MCS-MCSManager/.vscode/settings.json
2025-08-06 15:22:11 +08:00

45 lines
1.1 KiB
JSON

// Please do not commit changes to this file.
// You need to install the "i18n ally" VSCode plugin.
{
// Change this to your language, available options: "languages/*.json"
// "i18n-ally.displayLanguage": "en_US"
"i18n-ally.sourceLanguage": "en",
"i18n-ally.extract.keyMaxLength": 10000,
"cSpell.words": [
"BUKKIT",
"BUNGEECORD",
"cpuset",
"frpc",
"LOGNAME",
"MCSM",
"mcsmanager",
"MINECRAFT",
"mkdirs",
"openfrp",
"percpu",
"precpu",
"steamcmd",
"totp"
],
"i18n-ally.localesPaths": [
"languages",
"frontend/src/lang",
"daemon/src/i18n",
"panel/src/app/i18n"
],
"i18n-ally.keystyle": "flat",
"i18n-ally.enabledFrameworks": ["vue"],
"editor.wordSeparators": "`~!@#$%^&*()=+[{]}\\|;:'\",.<>/?",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always",
"source.organizeImports": "always"
},
"typescript.preferences.organizeImports": {
"enabled": true
},
"javascript.preferences.organizeImports": {
"enabled": true
},
"editor.formatOnSave": true
}