Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Dec 14, 2022
1 parent e70d990 commit 265b032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/common/config/editorOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4247,7 +4247,7 @@ class EditorSuggest extends BaseEditorOption<EditorOption.suggest, ISuggestOptio
'editor.suggest.selectQuickSuggestions': {
type: 'boolean',
default: defaults.selectQuickSuggestions,
markdownDescription: nls.localize('suggest.selectQuickSuggestions', "Controls whether the suggest becomes active when triggered via quick suggest or trigger characters. ")
markdownDescription: nls.localize('suggest.selectQuickSuggestions', "Controls whether the suggest widget becomes active when triggered via quick suggest or trigger characters.")
},
'editor.suggest.snippetsPreventQuickSuggestions': {
type: 'boolean',
Expand Down

0 comments on commit 265b032

Please sign in to comment.