Svelte Inspector does not open the file in Cursor

Hey, when i click on a component with Svelte Inspector, it used to open the exact file in VSCode, but i guess that is broken with cursor

Steps to reproduce

  1. Bootstrap a sveltekit project
  2. Setup inspector: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/inspector.md
  3. Try opening a component via it

Curious to know if it happens in nextjs too?