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

the latest version is 7.1.3,but the document sad "Starting from v7.2.0, you can specify the editor by launchEditor option:" #387

Closed
chow5566 opened this issue May 15, 2024 · 2 comments

Comments

@chow5566
Copy link

When will version 7.2.0 be available?Sorry, I'm just anxious to know. When i use this in my webstorm,it throws a problem:"'code' is not recognized as an internal or external command,
operable program or batch file." and "Could not open WelcomeItem.vue in the editor.
The editor process exited with an error: (code 1).
"

image

@chow5566
Copy link
Author

I finally know how to use it.like this:

VueDevTools({ componentInspector: { launchEditor: 'webstorm', } })

@webfansplz
Copy link
Member

webfansplz commented May 15, 2024

V7.2.0 is released, you can use the launchEditor option directly now:

VueDevTools({ launchEditor: 'webstorm' })

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