electron-devtools-installer icon indicating copy to clipboard operation
electron-devtools-installer copied to clipboard

Update VUEJS3_DEVTOOLS extension id

Open JasonGoemaat opened this issue 2 years ago • 2 comments

  • Old link: ljjemllljcmogpfapbkkighbhhppjdbg
  • New Link: nhdogjmejiglipccpnnnanhbledajbpd

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+).

JasonGoemaat avatar May 16 '22 01:05 JasonGoemaat

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

vonWolfehaus avatar Aug 17 '22 04:08 vonWolfehaus

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

Coding-Kiwi avatar Oct 28 '22 17:10 Coding-Kiwi