-
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
Implementation of registerWebviewViewProvider VSCode API #8740
Comments
Hopefully this helps: https://github.com/eclipse-theia/theia/wiki/Theia-Plugin-Implementation |
For the extension host process is the best just copy code from VS Code since some extensions sometimes rely on internal APIs and deviation will break it. For the main side you have more flexibility but still looking at VS Code helps. |
We're not planning to work on it either, in the nearest future. |
cc @EstherPerelman who is working with me on #6636 |
@thegecko 'WebviewViewResolveContext' seems to be still missing, could you have a quick check? |
@JonasHelming, agreed. It looks like |
Would be great to have for full compatibility. Maybe you could add it, now that you are still in the topic? :-) |
I think this was implemented by @msujew , I'm currently focussed on fixing the frontend debug 👀 |
I looked into taking over the follow up task. Is there really functionality missing? As far as is can see the So please correct me if i missed something, but it should be sufficient to move the |
Yes! I see this has been fixed in master here: And this is reflected in the latest comparison too: https://eclipse-theia.github.io/vscode-theia-comparator/status.html |
Hi, Arm are interested in implementing the
registerWebviewViewProvider
VSCode API in the medium-term as the status outlines this has yet to be done:https://che-incubator.github.io/vscode-theia-comparator/status.html
Are there any efforts or plans in progress to do this already and if not, how should we go about implementing this?
Are there any templates for API implementation or similar APIs we could follow?
cc @marechal-p @vince-fugnitto @akosyakov @azatsarynnyy @vince-fugnitto
The text was updated successfully, but these errors were encountered: