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

Browser Args and User Data Configuration Issues #2641

Open
Hazi7 opened this issue Dec 15, 2024 · 0 comments
Open

Browser Args and User Data Configuration Issues #2641

Hazi7 opened this issue Dec 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Hazi7
Copy link

Hazi7 commented Dec 15, 2024

Environment (please complete the following information):

  • OS (*e.g.,*macOS Sequoia):
  • Extension version (e.g., 2.1.6):

Describe the bug:

  1. Expose the default added args in the plugin's browser args setting item, so that users can modify them.
    Image
    Image

  2. There is an issue with the user data configuration item.

// opens default temporary profile
"vscode-edge-devtools.userDataDir": "/Users/libangyu/Library/Application Support/Microsoft Edge",

// failed to load the specified user data.
"vscode-edge-devtools.userDataDir": false,
"vscode-edge-devtools.userDataDir": "/Users/libangyu/Library/Application Support/Microsoft Edge/Default",
"vscode-edge-devtools.userDataDir": "/Users/libangyu/Library/Application Support/Microsoft Edge/Profile 1",

Repro steps:

Expected behavior:

Additional context:

Browser Args

@vidorteg vidorteg added the bug Something isn't working label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants