Cannot import settings and extensions from VSCode INSIDERS

I’m running Ubuntu 24.04 and have vscode insiders installed. On a new install, when i try to import vscode settings using the ‘VS Code Import’ from Cursor Settings, it fails. It seems to be looking for the standard VSCode settings, not insiders - they are stored in separate locations.

Terminal errors show this:

[main 2025-02-23T09:42:57.773Z] [storage state.vscdb] open(): Unable to open DB due to Error: SQLITE_CANTOPEN: unable to open database file
[main 2025-02-23T09:42:57.773Z] [storage state.vscdb] open(): Unable to use backup due to Error: ENOENT: no such file or directory, unlink '/home/<my-user>/.config/Code/User/globalStorage/state.vscdb'

It should also look in the ‘’/home//.config/Code-Insiders/User/"

Never noticed this before, I think I had both code and insiders installed originally.

EDIT: If i copy the ‘Code-Insiders’ to ‘Code’ it works and i’m back up, but not ideal from a UX point