Add recommended VSCode extensions (#2244)
* Add code spell check and i18n-ally to recommended vscode extens ions * Add EditorConfig to recommended extensions and formatCodeOnAction to use eslint fix
This commit is contained in:
17
.vscode/settings.json
vendored
Normal file
17
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"i18n-ally.localesPaths": [
|
||||
"i18n"
|
||||
],
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
},
|
||||
"cSpell.words": [
|
||||
"browserview",
|
||||
"deauthorize",
|
||||
"loadscreen",
|
||||
"Ochiai",
|
||||
"UNCLOSEABLE",
|
||||
"webcontents",
|
||||
"Yuya"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user