Emmet stopped working in vscode with new release

I’ve been using vs code for a few weeks now and I really like it. With this latest release 1.47.1 emmet just stopped working. I’ve tried reinstalling to no avail. I’ve searched but everything is dated and doesn’t address this specific question. These are my settings:

{
“workbench.settings.useSplitJSON”: true,
“workbench.colorTheme”: “Kimbie Dark”,
“window.zoomLevel”: 1,
“editor.fontSize”: 16,
“liveServer.settings.donotVerifyTags”: true,
“liveServer.settings.donotShowInfoMsg”: true,
“files.autoSave”: “afterDelay”,
“editor.tabSize”: 2,
“editor.wordWrap”: “on”,
“emmet.triggerExpansionOnTab”: true,
“emmet.showSuggestionsAsSnippets”: true,
“editor.snippetSuggestions”: “top”,
“files.associations”: {"*html" : “html”},
“emmet.includeLanguages”: {“html”: “html”}
}

Any help is appreciated.