This commit is contained in:
devezhao-mbp 2019-09-28 02:59:36 +08:00
parent e369cbe851
commit 2c220ba9b9
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,8 @@
{
"recommendations": [
"hookyqr.beautify",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"alefragnani.bookmarks"
],
"unwantedRecommendations": []
}

View file

@ -5,10 +5,11 @@
"**/.settings": true,
"**/.factorypath": true,
"target/**": true,
".github/**": true,
".vscode/**": true,
".eclipse/**": true,
".idea/**": true
".idea/**": true,
".production/build/**": true,
".production/_temp/**": true,
".production/node_modules/**": true
},
"editor.fontSize": 12,
"editor.tabSize": 2,