This commit is contained in:
Rob Lourens 2019-10-09 10:36:12 -07:00
parent ab0eb6de2d
commit 4e53af222f

View file

@ -290,6 +290,7 @@ function getSuggestEnabledInputOptions(ariaLabel?: string): IEditorOptions {
ariaLabel: ariaLabel || '',
snippetSuggestions: 'none',
suggest: { filterGraceful: false, showIcons: false }
suggest: { filterGraceful: false, showIcons: false },
autoClosingBrackets: 'never'
};
}