-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Is it possible to add a field to disable AutoLaunch? #135
Comments
@code4you2021 you need to enable dev mode in chrome to see the inspect view. You've done it in your personal profile, but not the blank profile that I'll add this feature, because there are other cases where this is useful, but in your case, you just need to toggle the switch in the top right corner of Screen.Recording.2023-09-30.at.8.24.54.AM.movI'll look into seeing if it's possible to enable this setting by default when opening the browser from WXT. |
Oh, I see what you mean, it's a hidden directory that starts with a dot. I think you're mistaken, it's always a hidden directory, regardless of I don't plan on making it a non-hidden directory. I might add a config option for it though. If you have trouble opening the directory, most terminals will let you |
No worries! On Mac, Screen.Recording.2023-09-30.at.11.32.04.PM.movYou can also drag and drop the directory onto the Screen.Recording.2023-09-30.at.11.34.50.PM.mp4 |
Thanks. |
Why add the disableAutoLaunch field?
For example:
I set disableAutoLaunch to true and manually loaded the chrome-mv3 directory for development so that I could easily debug the background.js
Currently using WXT, and I've encountered a debugging issue:
How to debug background.js?
The text was updated successfully, but these errors were encountered: