Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open in editor issues #766

Closed
au-to opened this issue Jan 10, 2025 · 2 comments
Closed

open in editor issues #766

au-to opened this issue Jan 10, 2025 · 2 comments

Comments

@au-to
Copy link

au-to commented Jan 10, 2025

When I use vscode for local development, open in editor can open the corresponding vue component file in vscode normally; but when I use cursor, even if cursor is set as the default opening application for .vue files, open in editor cannot open the corresponding vue component file in cursor, but opens it through notepad. I want to know the reason.

@webfansplz
Copy link
Member

webfansplz commented Jan 23, 2025

Try to configure it with:

 VueDevTools({
   launchEditor: 'cursor',
 })

@au-to
Copy link
Author

au-to commented Jan 23, 2025

That's good,thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants