mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00

* fix: Add required --user-data-dir flag when launching Chrome with remote debugging port
When Chrome is launched with the --remote-debugging-port flag, it requires a non-default user data directory to be specified using the --user-data-dir flag. Without this flag, Chrome shows the error 'DevTools remote debugging requires a non-default data directory' and the debug port is not opened.
This fix adds the --user-data-dir flag when launching Chrome with the remote debugging port, which resolves the 'Chrome was launched but debug port is not responding' error.
* Add changeset for Chrome remote debugging fix
* fix: Add required --user-data-dir flag when launching Chrome with remote debugging port
* Update src/services/browser/BrowserSession.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Revert "Update src/services/browser/BrowserSession.ts"
This reverts commit 5dbd82aea2
.
* import os, quote path arg
* apparently quotes are bad
* probably dont need the whole warning and relaunch flow now
* rename button labels to launch browser
---------
Co-authored-by: Andrei Eternal <garoth@gmail.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Andrei Edell <andrei@nugbase.com>
203 B
203 B
claude-dev |
---|
patch |
This fix adds the --user-data-dir flag when launching Chrome with the remote debugging port, which resolves the 'Chrome was launched but debug port is not responding' error.