Skip to content

Commit

Permalink
Changes the flow plugin and modifies the required settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Apr 5, 2018
1 parent 42f2c91 commit 65613c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"recommendations": [
"flowtype.flow-for-vscode",
"ms-vscode.js-atom-grammar"
"gcazaciuc.vscode-flow-ide"
]
}
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flow.useNPMPackagedFlow": true
"javascript.validate.enable": false
}

0 comments on commit 65613c6

Please sign in to comment.