-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Expand the set of doneOn
clauses available to walkthrough steps
#122570
Comments
Given how flexible context keys are, that list looks good! |
For C++, clauses for |
implement onLink, onEvent, onCommand, extensionInstalled, stepSelected ref #122570
Couple changes in tomorrows insiders:
See JacksonKearl/md-to-html@4c477ea for an example conversion |
Verify by playing with the sample https://github.com/microsoft/vscode-extension-samples/tree/main/getting-started-sample, the steps use these completion events. |
I can't get
|
|
How should this one be tested? |
@alexr00 did you verify this or what are the items you didn't get to? I will do those. |
Everything else has been verified. |
Currently vscode only allows a step to be
doneOn
a command having been executed. This should be expanded to support:Maybe more?
cc @digitarald
The text was updated successfully, but these errors were encountered: