microsoft / vscode-js-debug

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
MIT License
1.67k stars 281 forks source link

Browser already running from configured userDataDir #1228

Closed aeschli closed 2 years ago

aeschli commented 2 years ago

Ubuntu 20.03 with Chromium installed (not Chrome)

connor4312 commented 2 years ago

I'm guessing when vscode is closed, it kills the child Chromium process ungracefully. This dialog is a result of checking for the presence of Chrome's lockfile in the browser's user data dir. It can be safely bypassed if you know that no browser is running.