You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In insiders NativeNotebook is always on in experiment.
Now assume user happens to fall into the CustomEditor experiment in VS Code Insiders.
At this point, user is in both experiment groups.
Solution
Modify the inExperiment method to check if experiment argument == CustomEditor & if user already belongs to native notebook experiment, in such a case, just return false
Validated. I can't simulate control tower opting me into custom editor, but if I manually opt into native notebooks and custom editor experiments in VSCode Insiders, creating a new blank Jupyter notebook still opens into the native notebooks UI and I don't get a prompt.
@PaoloTCS we have a fix in for this. If the fix works as expected, it will be available in our next release, which will hopefully be in about 2 weeks' time. Thanks for letting us know 😊
Testing codespaces scenario https://github.com/microsoft/vssaas-planning/issues/1593
Unclear to me as user what has caused this and what I need to do differently.
The text was updated successfully, but these errors were encountered: