Skip to content
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

Bug Fix: create userDataDir if it doesn't exist #871

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

mliao95
Copy link

@mliao95 mliao95 commented Feb 10, 2022

This fixes the issue where the userDataDir is not found when attempting to launch the Edge instance. This results in a failure and aborts the launch process. This only repros when launching the browser instance from our extension (since the failure is from puppeteer and we use puppeteer to launch) and when the user's userDataDir does not exist.
(e.g. C:\Users\{username}\AppData\Local\Temp\vscode-edge-devtools-userdatadir_9222)

close #861

@mliao95 mliao95 requested review from hkal and antross February 10, 2022 22:03
@fanyy0418
Copy link

I also met this problem!!!

Copy link
Member

@hkal hkal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DevTools not opened
3 participants