mattermost-desktop/.vscode/settings.json
Mattermost Build b7b2733f7e
[MM-48080] Update tray icon instantly when the settings change (#2376) (#2382)
* Update wording and update tray icon instantly when the settings change

* Add tests

* Include new file

(cherry picked from commit e1f5250c0c)

Co-authored-by: Tasos Boulis <tboulis@hotmail.com>
2022-11-14 22:25:03 +02:00

44 lines
902 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",
"ICONNAME",
"inputflash",
"loadscreen",
"mmjstool",
"NOSERVERS",
"Ochiai",
"officedocument",
"openxmlformats",
"presentationml",
"showunreadbadge",
"spreadsheetml",
"textbox",
"UNCLOSEABLE",
"Unmaximize",
"Unreads",
"webcontents",
"wordprocessingml",
"Yuya"
],
"i18n-ally.keystyle": "nested"
}