-
Notifications
You must be signed in to change notification settings - Fork 73
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
How to start hosted instance in Authoring Theia Plug-ins? #313
Comments
Thank you for reporting this. I can reproduce the issue, we will discuss a fix. |
Please see here for the follow up discussion about updating the documentation. |
Thank you. The reason I started with plugin was this website. The pros clearly show that using plugins is better than extensions. |
Hi @ggodlewski, thank you very much for your feedback! It is highly appreciated. 👍 The Theia plugin mechanism you were attempting to use is something quite special and the documentation on this mechanism is indeed a bit dusty, I guess because it isn't used a lot. The two main extension mechanisms of Theia, which are much more commonly used, are: Whether to use (1) or (2) really depends a lot on the use case. One is not clearly better than the other. While the Theia extensions mechanism (1) is much more powerful and makes it much easier to write native custom views and editors, the VS Code extension mechanism (2) is a bit simpler to use -- except for custom views and editors -- and enables using your extension in Theia and VS Code, however it is very limited in what you can do. For an in-depth discussion of this topic, please confer to a dedicated blog post on this topic. Thanks again for taking the time to report issues for improving the documentation! Not many new adopters are doing that, but it is a very valuable contribution and eventually helps improving the onboarding experience of many new adopters to come significantly! Based on your feedback, we've opened two tickets (#314 and #316), which we are addressing soon. 🧑🏭 |
I'm trying to create hello world plugin from tutorial https://theia-ide.org/docs/authoring_plugins/
Currently I'm on the step "Executing the Plug-in"
/home/gg/bin
is a directory from which I'm starting currentTheiaBlueprint.AppImage
Why is it looking for some
package.json
in this directory?Also screenshots look like they are from some old version of Theia.
The text was updated successfully, but these errors were encountered: