Custom extension does not appear in file suggestion modal

Steps to reproduce

  1. Register a new file extension for .table
this.registerExtensions(["table"], MY_TABLE_VIEW);
  1. Create a file with that extension - e.g. table.table
  2. Try embedding the file in a markdown file using the [[ operator
  3. See that no files for .table appear

  1. If you search .canvas though that extension DOES appear

Expected result

Same behavior as .canvas. If the extension has been registered, it should show those extensions in the suggestion modal without having to turn on Detect All File Extensions in the Obsidian settings

Actual result

No .table file appears

Environment

SYSTEM INFO:
Obsidian version: v1.1.16
Installer version: v0.15.8
Operating system: Darwin Kernel Version 22.3.0: Thu Jan 5 20:49:43 PST 2023; root:xnu-8792.81.2~2/RELEASE_ARM64_T8103 22.3.0
Login status: not logged in
Insider build toggle: off
Live preview: on
Legacy editor: off
Base theme: light
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 14
Plugins enabled: 1
1: Notion-Like Tables v6.5.0

RECOMMENDATIONS:
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.


Additional information