diff --git a/src/vs/editor/common/config/commonEditorConfig.ts b/src/vs/editor/common/config/commonEditorConfig.ts index 190862e8bd04d731cc8123088f8769369ef09b4c..8fa09be3b707835fedd61309552330a549f171d2 100644 --- a/src/vs/editor/common/config/commonEditorConfig.ts +++ b/src/vs/editor/common/config/commonEditorConfig.ts @@ -639,6 +639,11 @@ const editorConfiguration: IConfigurationNode = { default: false, description: nls.localize('suggest.localityBonus', "Controls whether sorting favours words that appear close to the cursor.") }, + 'editor.suggest.shareSuggestSelections': { + type: 'boolean', + default: false, + markdownDescription: nls.localize('suggest.shareSuggestSelections', "Controls whether remembered suggestion selections are shared between multiple workspaces and windows (needs `#editor.suggestSelection#`).") + }, 'editor.suggest.snippetsPreventQuickSuggestions': { type: 'boolean', default: true,