-
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
VS Code declarative API compatibility #13051
Comments
I checked VS code walkthrough and it is not supported in Theia. |
As a follow up of #13145, we are missing also 'testing/message/content' introduced with vscode 1.84. This menu contribution is not yet relevant given the current test UI. |
Some of these contribution points can't be implemented because the associated feature is missing in theia
|
vscode.git extension contributes to a currently proposed menu extension, |
Some added menu extensions as proposed for scm in 1.86 and 1.87 (see evaluation task for proposed APIs here: #13444):
|
proposed API introduced in version 1.92 (contribSourceControlHistoryItemChangesMenu - see #14006)
|
proposed API introduced in version 1.93: |
Due to recent efforts Theia's plugin API is mostly compatible with the programmatic VS Code API.
However, looking at the declarative API (i.e. contribution points in the package.json) there are still many contribution points
which are not (or only partly) supported.
I had a more detailed look on the menu contribution points (https://code.visualstudio.com/api/references/contribution-points#contributes.menus) and did a quick reference check in Theia repo do identify which contributions points are currently not supported:
Support for other contribution points, like walkthrough, will be done in separate issues:
viewsWelcome#enablement
is not honored by Theia #14309The text was updated successfully, but these errors were encountered: