mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.organizeImports": "never"
|
|
},
|
|
"eslint.format.enable": true,
|
|
"eslint.codeAction.showDocumentation": {
|
|
"enable": true
|
|
},
|
|
"eslint.validate": [
|
|
// "jsonc",
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue",
|
|
"html",
|
|
"markdown",
|
|
"json",
|
|
"yaml"
|
|
],
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"i18n-ally.localesPaths": ["src/locales/index.js", "src/locales/languages"],
|
|
"i18n-ally.sourceLanguage": "zh-CN",
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.extract.ignored": [
|
|
"Switch",
|
|
"input keyevent KEYCODE_APP_SWITCH",
|
|
"input keyevent KEYCODE_HOME",
|
|
"input keyevent KEYCODE_BACK",
|
|
"Back",
|
|
"Notification",
|
|
"cmd statusbar expand-notifications",
|
|
"input keyevent KEYCODE_POWER",
|
|
"Crop",
|
|
"pair ${this.formData.host}:${this.formData.port} ${this.formData.pair}",
|
|
"${item.decoder} & ${item.encoder}",
|
|
" & ",
|
|
"${key}=${value}"
|
|
],
|
|
"cSpell.words": [
|
|
"bhsn"
|
|
],
|
|
"common-intellisense.ui": []
|
|
} |