Skip to content

Vite config: Fix open in editor url

Sascha Eggenberger requested to merge vue-devtools-open-in-editor-fix into master

What does this MR do and why?

Vite config: Fix open in editor url

Fixes the __open_in_editor url so files can be directly opened in the Code editor when using Vue Devtools.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
before_error after_no_error
before after

How to set up and validate locally

  1. Install Vue Devtools (https://devtools.vuejs.org/)
  2. Run gdk restart vite rails-web
  3. Open the inspect mode of your browser
  4. Select Vue
  5. Inspect a Vue component on the page
  6. Use the ↗️ to open the Vue file in your Code editor of choice
  7. Happy devs 🎉

devtools

Related to #452225 (closed)

Edited by Sascha Eggenberger

Merge request reports