-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Add API for interacting with TouchBar in Mac #35164
Comments
I find it very important. I just wrote a plugin that adds features to the touchbar while you are coding.
In case any of you want to take a look and point me in a better direction or perhaps, even add some feature, the repo is at: https://github.com/NascHQ/nasc-vscode-mac-touchbar Keep the good work :) |
Some progress? |
+1 |
We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
This is a feature request. I would like to have a first class API to play with TouchBar. Perhaps, a subset of whatever Electron offers. I feel its very restrictive to have access to TouchBar via
contribution points
only. I wrote an extension which usescompletionProvider
and I want my suggestions to show up on TouchBar. This is not possible currently with the support added in #14653The text was updated successfully, but these errors were encountered: