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
The calls for showInputBox and showQuickPick now allow to pass in a cancellation token that hides them again. Test that cancelling programmatically yields the same results as manually (promise resolves to undefined).
The text was updated successfully, but these errors were encountered:
tests #9377
The calls for
showInputBox
andshowQuickPick
now allow to pass in a cancellation token that hides them again. Test that cancelling programmatically yields the same results as manually (promise resolves toundefined
).The text was updated successfully, but these errors were encountered: