vite-plugin-vue-inspector icon indicating copy to clipboard operation
vite-plugin-vue-inspector copied to clipboard

fix: allow arbitrary string for launchEditor type

Open Smef opened this issue 1 month ago • 0 comments

Currently, the launchEditor only allows a specific set of strings for known IDEs. However, the LAUNCH_EDITOR env can actually be an arbitrary string. This is used when the editor is in a non-default location, or another tool/editor/script should be launched.

This PR allows a string as a type, which should be valid.

This type change is blocking downstream fixes for Vue Devtools Next - https://github.com/vuejs/devtools-next/pull/401

Smef avatar May 23 '24 16:05 Smef