The extension automatically add a .vscode/settings.json at the root level of the opened workspace:
{
"editor.acceptSuggestionOnEnter": true,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.quickSuggestionsDelay": 300,
}
Issue: "editor.acceptSuggestionOnEnter" valid values are: "on", "smart", "off".