mattermost-desktop/.vscode/settings.json
Tasos Boulis e1f5250c0c
[MM-48080] Update tray icon instantly when the settings change (#2376)
* Update wording and update tray icon instantly when the settings change

* Add tests

* Include new file
2022-11-14 21:40:18 +02:00

45 lines
923 B
JSON

{
"i18n-ally.localesPaths": [
"i18n"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"cSpell.words": [
"automations",
"Autoupgrade",
"browserview",
"btns",
"chromedriver",
"chromedriverlog",
"deauthorize",
"deeplinking",
"diskimage",
"dont",
"favicons",
"filechooser",
"flac",
"FOCALBOARD",
"gsettings",
"ICONNAME",
"inputflash",
"loadscreen",
"mmjstool",
"NOSERVERS",
"Ochiai",
"officedocument",
"openxmlformats",
"presentationml",
"showunreadbadge",
"spreadsheetml",
"textbox",
"UNCLOSEABLE",
"Unmaximize",
"Unreads",
"webcontents",
"wordprocessingml",
"Yuya"
],
"i18n-ally.keystyle": "nested"
}