mattermost-desktop/.vscode/extensions.json

12 lines
302 B
JSON
Raw Permalink Normal View History

{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"msjsdiag.debugger-for-chrome",
"streetsidesoftware.code-spell-checker",
"lokalise.i18n-ally",
"EditorConfig.EditorConfig"
]
}