MarshallOfSound / electron-devtools-installer

An easy way to ensure Chrome DevTools extensions into Electron
MIT License
1.11k stars 136 forks source link

Update VUEJS3_DEVTOOLS extension id #222

Open JasonGoemaat opened 2 years ago

JasonGoemaat commented 2 years ago

I noticed when using the tools in my test app that routing stopped working once I opened the tools. Doing some research I found this issue about the router that said it only happens when using the 6.0 beta version of the devtools. Looking at the extension directory installed with this it does reference the beta:

  "version": "6.0.0.21",
  "version_name": "6.0.0 beta 21",

Using the new id (nndogjme...) in my code instead of VUEJS3_DEVTOOLS fixed the issue for me. Also the new one seems to be more current (March 30 2022 vs. December 20, 2021), is newer (6.1.4 vs. 6.0.0.21), has more stars (1808 vs. 127) and more users (1,000,000+ vs. 200,000+).

vonWolfehaus commented 2 years ago

This fixed the issue for me as well. Would be nice if this actually got merged.

Coding-Kiwi commented 1 year ago

Yeah, reason is that the VUE_DEVTOOLS nhdogjmejiglipccpnnnanhbledajbpd could not handle vue3 for a long time, thats why VUE3_DEVTOOLS ljjemllljcmogpfapbkkighbhhppjdbg was added, but since then vue3 featues have been added to the main one which is now multiple versions ahead of the beta one

but well.. seems like this project is no longer maintained, simply using VUE_DEVTOOLS instead of VUE3_DEVTOOLS is enough to get it working