Skip to content

VUE_DEVTOOLS_CONFIG.openInEditorHost doesn't work #1440

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

Closed
kikyous opened this issue May 14, 2021 · 0 comments
Closed

VUE_DEVTOOLS_CONFIG.openInEditorHost doesn't work #1440

kikyous opened this issue May 14, 2021 · 0 comments

Comments

@kikyous
Copy link

kikyous commented May 14, 2021

Version

6.0.0-beta.10

Browser and OS info

chrome 90 macos

Steps to reproduce

if (process.env.NODE_ENV !== 'production') {
    window.VUE_DEVTOOLS_CONFIG = {
        openInEditorHost: 'http://localhost:8888/'
    }
}

What is expected?

request http://localhost:8888/__open-in-editor?file=file.vue

What is actually happening?

request /__open-in-editor?file=file.vue

@Akryum Akryum added the v6 label May 14, 2021
@kikyous kikyous changed the title VUE_DEVTOOLS_CONFIG.openInEditorHost does work VUE_DEVTOOLS_CONFIG.openInEditorHost does't work May 14, 2021
@kikyous kikyous changed the title VUE_DEVTOOLS_CONFIG.openInEditorHost does't work VUE_DEVTOOLS_CONFIG.openInEditorHost doesn't work May 14, 2021
Akryum added a commit that referenced this issue May 24, 2021
@Akryum Akryum closed this as completed May 24, 2021
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