Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/parts/search/browser/searchView.ts')
-rw-r--r--src/vs/workbench/parts/search/browser/searchView.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vs/workbench/parts/search/browser/searchView.ts b/src/vs/workbench/parts/search/browser/searchView.ts
index 85bd5d5d603..fe81d90a0f5 100644
--- a/src/vs/workbench/parts/search/browser/searchView.ts
+++ b/src/vs/workbench/parts/search/browser/searchView.ts
@@ -1069,7 +1069,6 @@ export class SearchView extends Viewlet implements IViewlet, IPanel {
isRegExp: isRegex,
isCaseSensitive: isCaseSensitive,
isWordMatch: isWholeWords,
- wordSeparators: this.configurationService.getValue<ISearchConfiguration>().editor.wordSeparators,
isSmartCase: this.configurationService.getValue<ISearchConfiguration>().search.smartCase
};