mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-11-28 23:40:24 +08:00
45 lines
1.1 KiB
JSON
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
|
|
}
|