Currently there's no way to turn off the Insiders Prompts when using VS Code Insiders.
This needs to be turned off for the UI Tests (the prompt blocks the extension and adds unnecessary messages, and complicates testing as well). We can work around this, but its just not worth the effort in the UI Tests.
Proposed solution: Add a setting (that won't be exposed to users) to turn off insiders feature.
As this won't impact users I'm not adding the needs decision flag, its something that will be used only on CI for UI Tests.
@brettcannon @karrtikr /cc
Please advice if you disagree with the proposed change.
Currently there's no way to turn off the Insiders Prompts when using VS Code Insiders.
This needs to be turned off for the UI Tests (the prompt blocks the extension and adds unnecessary messages, and complicates testing as well). We can work around this, but its just not worth the effort in the UI Tests.
Proposed solution: Add a setting (that won't be exposed to users) to turn off insiders feature.
As this won't impact users I'm not adding the
needs decisionflag, its something that will be used only on CI for UI Tests.@brettcannon @karrtikr /cc
Please advice if you disagree with the proposed change.