-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Added tab related APIs - without functionality implemented yet #12031
Conversation
1d3a31c
to
4456d4a
Compare
https://github.com/jbicker/tab-api-test-extension is not accessible to me |
@paulalexwilson, sorry about that. Try again! |
4456d4a
to
af866c7
Compare
I squashed and force pushed with @stubbed markers. |
@rschnekenbu Could you run the VS Code compat checker over this branch and see whether all members are shown as stubbed (or supported)? |
@JonasHelming, sure, I will run the tool tomorrow and give the result here |
All members related to 'Tab' API are shown as report: status.zip |
What it does
It adds tab related APIs. For now it just solves the problem that we get an error when an extension uses the VSCode Tab API.
Functionality is not implemented on theia side yet.
How to test
tab-test-0.0.1.zip
and change the file type from zip to vsix
or create it here
or use another extension which uses the VSCode Tab API
Review checklist
Reminder for reviewers