-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support custom partition string for session #134
Labels
Comments
Pull request that fixes this: #243 Use it today with: npm i -D MarshallOfSound/electron-devtools-installer#pull/243/head Or, for added security, reference the commit directly: npm i -D seanaye/electron-devtools-installer#4ec72082ae8c34335f06bd4d6a26f1c63f486af8 EDIT: This command no longer works for me on Node.js 20+ and Electron 32+. |
To help with the spring cleaning, here's the list of PRs that have attempted to implement this feature: |
Merged
🎉 This issue has been resolved in version 4.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a use case where I have to install extensions for a session other than the default session in Electron. It would we great if the API took a session instance or a partition string as an argument to make this possible.
The text was updated successfully, but these errors were encountered: