Skip to content

Commit

Permalink
[Dev] Improves the VS Code default settings, and recommends some exte…
Browse files Browse the repository at this point in the history
…nsions which cover the features of the codebase (#3592)
  • Loading branch information
orta authored and cpojer committed May 17, 2017
1 parent b5f9a87 commit 5299fd8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"djabraham.vscode-yaml-validation",
"flowtype.flow-for-vscode",
"esbenp.prettier-vscode",
"Orta.vscode-jest"
]
}
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"jest.pathToJest": "npm run jest --",
"editor.rulers": [
80
]
],
"files.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/build": true
}
}

0 comments on commit 5299fd8

Please sign in to comment.