Skip to content

Commit

Permalink
Remove enableSearchProviders in vscode workspace settings, now it's e…
Browse files Browse the repository at this point in the history
…nabled by default
  • Loading branch information
roblourens committed May 17, 2018
1 parent fcd6010 commit 4bd9c80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
"npm.exclude": "**/extensions/**",
"emmet.excludeLanguages": [],
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single"

// Self-host search in EH
"search.enableSearchProviders": true
}

0 comments on commit 4bd9c80

Please sign in to comment.