extension testing with default settings #97995
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Milestone
I want to launch extension tests with the default, empty settings, instead of using my own user settings.
We have the following
launch.json
setting, not much different from what's in the testing-extension doc except a couple of additional flags.I hoped this
--user-data-dir
flag could help us starting with empty user settings.I think it worked a couple of months ago but today I found it doesn't work as I remembered.
Maybe it's a recent regression, or it never worked and I was confused.
I checked the extension development host launched with this launch button, and verified it's still accessing my user profile and settings.
Interestingly, if I pass
/dev/null
to--user-data-dir
(as used in chrome projects to create a clean testing environment), the extension development host is stuck in a blank window.Back to my original question: Is there a way to launch extension tests in a clean environment?
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: