mattermost-desktop/.vscode/settings.json
Tasos Boulis cf647ce3e9
[MM-36456] Add support for Gnome's do-not-disturb (#2278)
* Add support for gnome do-not-disturb mode

* Add tests

* Invert condition
2022-10-17 16:37:42 +03:00

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