Skip to content

Commit f4d0b2b

Browse files
Add profile directory to DevToolsPlugin args
1 parent 0594857 commit f4d0b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-proxy-plugins/Inspection/DevToolsPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private void InitInspector()
8585

8686
var processName = GetChromiumProcessName(_configuration);
8787
var inspectionUrl = $"http://localhost:9222/devtools/inspector.html?ws=localhost:{port}";
88-
var args = $"{inspectionUrl} --remote-debugging-port=9222";
88+
var args = $"{inspectionUrl} --remote-debugging-port=9222 --profile-directory=devproxy";
8989

9090
_logger?.LogInfo($"DevTools available at {inspectionUrl}");
9191

0 commit comments

Comments
 (0)