From 084cfc243e0ebbfb461bd4043960049db90e9789 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Tue, 14 Mar 2017 10:45:23 +0100 Subject: [PATCH] fix #17426 --- src/vs/editor/common/config/commonEditorConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/editor/common/config/commonEditorConfig.ts b/src/vs/editor/common/config/commonEditorConfig.ts index 54a1f0db9bc..760dc63089e 100644 --- a/src/vs/editor/common/config/commonEditorConfig.ts +++ b/src/vs/editor/common/config/commonEditorConfig.ts @@ -801,7 +801,7 @@ const editorConfiguration: IConfigurationNode = { } ], 'default': DefaultConfig.editor.wordBasedSuggestions, - 'description': nls.localize('wordBasedSuggestions', "Enable word based suggestions.") + 'description': nls.localize('wordBasedSuggestions', "Controls whether completions should be computed based on words in the document.") }, 'editor.suggestFontSize': { 'type': 'integer', -- GitLab