Skip to content

Conversation

saisharan0103
Copy link

✅ What This PR Does

  • Fixes Fix the vue-devtools extension installation #1226 — Vue DevTools not loading in Responsively App during development
  • Uses Electron's session.defaultSession.loadExtension() API
  • Resolves absolute path to extensions/vue-devtools
  • Adds helpful success/error logs
  • Handles missing folder gracefully (won't crash app)

🧪 Testing

  • Tested on Electron v26+ in dev mode
  • Confirmed Vue DevTools appears in developer tools
  • Safe fallback tested by renaming/removing folder

🚫 Scope

  • Does not affect React or other extensions
  • Only modifies Vue DevTools install path

Let me know if you'd like any changes. Otherwise, thanks for reviewing!

@CLAassistant
Copy link

CLAassistant commented Jun 20, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix the vue-devtools extension installation

2 participants