vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.71k stars 121 forks source link

Could we get v7 and v6 working at the same time ? #663

Open mrleblanc101 opened 3 weeks ago

mrleblanc101 commented 3 weeks ago

Is there a insurmontable technical reason that prevent this from working ? I don't mind that v7 only work with Vue 3, but the fact that both version can't run at the same time will be VERY annoying for people that need to support both legacy Vue 2 projects and newer Vue 3 projets.

I propose that we make one last v6 update so that:

If automatic detection is not possible, it could simply be a settings in v6 to disable loading of the legacy extension for Vue 3.

alexzhang1030 commented 3 weeks ago

We do not recommend using these two extensions simultaneously, as most of the logic might cause conflict.

mrleblanc101 commented 3 weeks ago

@alexzhang1030 As mentioned, if both extension are installed, only one would be "active" at any given time.

alexzhang1030 commented 3 weeks ago

Automatic detection is a good suggestion, we might consider supporting this with someway in the future 😊

webfansplz commented 3 weeks ago

I originally thought about it, but I ran into some issues with the details, and haven't found a way to implement it yet.