-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Finalize onDidExecuteCommand-API #78091
Comments
During the API sync concerns about this API have been raised. The following issues have come up:
/cc @kieferrm An alternative to having the
|
I have pushed 21de711 that removes the proposed API - as explained in my previous comment. This wasn't an easy decision but there were too many doubts around the usefulness of this API, the performance impact, and accidental leakage of arguments. However, the internal API is there and we are open to accept features like the "keybindings teacher" or "macro recording" as a core contribution to VS Code. |
No worries. Thank you for all your help. I may take a crack at it sometime if I have some time. Cheers. |
Maybe instead of invoking it for each events, a plugin could register to specific events so the callback will be fired only in specific events (PubSub?) Also, if that API removed, probably it should be mention in the product updates some time. |
Remaining work is listed here: #1431 (comment). Also, finalise the API
The text was updated successfully, but these errors were encountered: