Closed
Description
Currently webdev launches chrome using temp profile, so the users cannot use their extensions while debugging. Can we allow launching a window that is signed in as the user's default profile?
Notes:
There seems to be a bug/feature in chrome that only uses the existing session with --user-data-dir
. The existing session cannot open a debug port that dwds needs.
Workaround: copy the default profile to a temp directory, and pass it to chrome. That seems to work, but takes time to copy the profile.
Metadata
Metadata
Assignees
Labels
No labels