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
Feature request: API support to cancel showInputBox. E.g. add a vscode.CancellationToken to its options.
Example use case: I've implemented a custom text search, using the validateInput option to update the search as the user types. Certain events cancel the search, in which case, the input box should disappear.
The text was updated successfully, but these errors were encountered:
Feature request: API support to cancel
showInputBox
. E.g. add avscode.CancellationToken
to its options.Example use case: I've implemented a custom text search, using the
validateInput
option to update the search as the user types. Certain events cancel the search, in which case, the input box should disappear.The text was updated successfully, but these errors were encountered: