devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Cannot jump to cursor editor, can only jump to VSCode

Open JinshuaiJiao opened this issue 10 months ago • 4 comments

JinshuaiJiao avatar Feb 21 '25 08:02 JinshuaiJiao

Try to configure with:

VueDevTools({
   launchEditor: 'cursor',
})

webfansplz avatar Feb 23 '25 09:02 webfansplz

Try to configure with:

VueDevTools({ launchEditor: 'cursor', })

Perhaps this only applies to vite plugin, how should devtools be configured in browser plugins?

qq326943819 avatar Apr 10 '25 02:04 qq326943819

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.

fncheng avatar Apr 21 '25 09:04 fncheng

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?

kankanai avatar Jun 19 '25 01:06 kankanai