Skip to content

Commit

Permalink
Update the VS code search settings to that seaching is easier
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed Jun 9, 2020
1 parent 7495fbf commit 6fcc0f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@

// Use 'prettier-eslint' instead of 'prettier'. Other settings will only be fallbacks in case they could not be inferred from eslint rules.
"prettier.eslintIntegration": true,
"search.exclude": {
"**/bundle/android": true,
"**/bundle/ios": true,
"**/gutenber/packages/**/build": true,
"**/gutenber/packages/**/build-modules": true,
"**/gutenber/packages/**/build-types": true,
"**/i18n-cache/data": true,
"**/symlinked-packages": true
},
}

0 comments on commit 6fcc0f5

Please sign in to comment.