* macOS 12.7.6 * VS Code 1.93.1 (Cursor 0.43.4) * Tab Group v2.0.4 ### Steps to Reproduce 1. Assign a keyboard shortcut to the `tabsTreeView.tab.close` command. 2. Open the "Tab Group" view, use `↓` `↑` to navigate to a filename in the list. 3. Press the assigned keyboard shortcut to close the corresponding tab. ### Observed Error An error popup appears in the bottom-left corner with the following message: ``` Cannot read properties of undefined (reading 'id') ``` Screenshot: 