Tab broken in version 0.46.3 (MacOS)

I was able to fix this for now by adding tab to my user keyboard shortcuts:

{
    "key": "tab",
    "command": "editor.action.acceptCursorTabSuggestion",
    "when": "cpp.shouldAcceptTab"
  }

Even though “Accept Cursor Tab Settings” is there in system settings, it was not registering and instead matching the emacs-mcx extension. I assumed these were in order of precedence. Perhaps something in the latest update or VSCode changed? It’s duplicated now in the GUI editor but that’s fine for now.