Skip to content

Commit

Permalink
chore: add vscode config back
Browse files Browse the repository at this point in the history
  • Loading branch information
tianhaoz95 committed May 18, 2021
1 parent 8232e2d commit c4ad9c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ test-results
.packages
pubspec.lock

# VS code config
.vscode

# npm modules
node_modules
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"git.autofetch": true,
"git.autofetchPeriod": 60,
"git.fetchOnPull": true,
"git.pruneOnFetch": true
}

0 comments on commit c4ad9c3

Please sign in to comment.