Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
Add: workspace settings for better flow support in vscode [ci skip] (…
Browse files Browse the repository at this point in the history
…#566)

## Reason for Pull Request

- [x] Feature/Change request

### High level description of changes done

- Removes `.vscode` from the `gitignore` so that workspace settings for the project can be applied across team. (like flow enabling flow syntax highlighting) 

Signed-off-by: Trevor Casey <hello@tcasey.me>
  • Loading branch information
tcasey authored and khagesh committed Aug 23, 2018
1 parent 176f302 commit f45945d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -59,7 +59,6 @@ app/.DS_Store
ios/Pods

# vscode files
.vscode
jsconfig.json

# ui automation test folder
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,4 @@
{
"flow.useNPMPackagedFlow": true,
"javascript.validate.enable": false,
}

0 comments on commit f45945d

Please sign in to comment.