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": [ "recommendations": [
"hookyqr.beautify", "hookyqr.beautify",
"dbaeumer.vscode-eslint" "dbaeumer.vscode-eslint",
"alefragnani.bookmarks"
], ],
"unwantedRecommendations": [] "unwantedRecommendations": []
} }

View file

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