Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test cancelable input/quick pick #11110

Closed
1 task done
jrieken opened this issue Aug 29, 2016 · 1 comment
Closed
1 task done

Test cancelable input/quick pick #11110

jrieken opened this issue Aug 29, 2016 · 1 comment
Assignees
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Aug 29, 2016

tests #9377

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).

@jrieken jrieken added this to the August 2016 milestone Aug 29, 2016
@jrieken
Copy link
Member Author

jrieken commented Aug 29, 2016

FYI - to test against the latest API do the following:

  • open your extensions package.json file
  • change the engine.vscode property to *
  • run npm run postinstall (assuming you have the vscode module as dev-dependency)
  • undo the engine-version change from step 2

@bpasero bpasero closed this as completed Aug 30, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants