2023-09-15 04:53:23 +02:00
|
|
|
{
|
2023-09-16 17:39:38 +02:00
|
|
|
"editor.formatOnSave": false,
|
|
|
|
"editor.codeActionsOnSave": {
|
2023-12-19 09:22:39 +01:00
|
|
|
"source.fixAll.eslint": "explicit",
|
|
|
|
"source.organizeImports": "never"
|
2023-09-16 17:39:38 +02:00
|
|
|
},
|
|
|
|
"eslint.format.enable": true,
|
|
|
|
"eslint.codeAction.showDocumentation": {
|
|
|
|
"enable": true
|
|
|
|
},
|
|
|
|
"eslint.validate": [
|
|
|
|
// "jsonc",
|
|
|
|
"javascript",
|
|
|
|
"javascriptreact",
|
|
|
|
"typescript",
|
|
|
|
"typescriptreact",
|
|
|
|
"vue",
|
|
|
|
"html",
|
|
|
|
"markdown",
|
|
|
|
"json",
|
|
|
|
"yaml"
|
|
|
|
],
|
2023-09-15 04:53:23 +02:00
|
|
|
"[typescript]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[javascript]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[json]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
2023-10-23 12:14:41 +02:00
|
|
|
},
|
2023-10-27 13:18:09 +02:00
|
|
|
"i18n-ally.localesPaths": ["src/locales/index.js", "src/locales/languages"],
|
2024-07-11 19:53:09 +02:00
|
|
|
"i18n-ally.sourceLanguage": "zh-CN",
|
2023-10-25 12:17:19 +02:00
|
|
|
"i18n-ally.keystyle": "nested",
|
|
|
|
"i18n-ally.extract.ignored": [
|
2023-10-27 13:18:09 +02:00
|
|
|
"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",
|
2023-11-03 07:41:46 +01:00
|
|
|
"pair ${this.formData.host}:${this.formData.port} ${this.formData.pair}",
|
|
|
|
"${item.decoder} & ${item.encoder}",
|
2023-11-03 07:48:54 +01:00
|
|
|
" & ",
|
|
|
|
"${key}=${value}"
|
2024-07-04 16:25:06 +02:00
|
|
|
],
|
|
|
|
"cSpell.words": [
|
|
|
|
"bhsn"
|
2024-07-11 11:18:27 +02:00
|
|
|
],
|
|
|
|
"common-intellisense.ui": []
|
2024-03-05 08:40:58 +01:00
|
|
|
}
|