Cannot jump to cursor editor, can only jump to VSCode
Try to configure with:
VueDevTools({
launchEditor: 'cursor',
})
Try to configure with:
VueDevTools({ launchEditor: 'cursor', })
Perhaps this only applies to vite plugin, how should devtools be configured in browser plugins?
Try to configure with: VueDevTools({ launchEditor: 'cursor', })
Perhaps this only applies to vite plugin, how should devtools be configured in browser plugins?
Maybe you can excute "Install 'code' command" in Cursor, and do not open VSCode.
there have a bug ,it jump curosr but open two unsaved file,such as 98,13 .in fact it is the line number but it not vaild when open editor,how to fix it?