We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment (please complete the following information):
Describe the bug:
Expose the default added args in the plugin's browser args setting item, so that users can modify them.
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment (please complete the following information):
Describe the bug:
Expose the default added args in the plugin's browser args setting item, so that users can modify them.
There is an issue with the user data configuration item.
Repro steps:
Expected behavior:
Additional context:
Browser Args
The text was updated successfully, but these errors were encountered: