Skip to content

Commit 4bd9c80

Browse files
committed
Remove enableSearchProviders in vscode workspace settings, now it's enabled by default
1 parent fcd6010 commit 4bd9c80

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
"npm.exclude": "**/extensions/**",
4242
"emmet.excludeLanguages": [],
4343
"typescript.preferences.importModuleSpecifier": "non-relative",
44-
"typescript.preferences.quoteStyle": "single",
44+
"typescript.preferences.quoteStyle": "single"
4545

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

0 commit comments

Comments
 (0)