-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
User guide - Select a workspace IDE #21295
Comments
Hi @rbbl-dev, it's still possible to use Che-Theia as the editor (that's the default editor and here is the definition). Now if your question is about how to use your Theia based IDE (not the Che-Theia, the one packaged with Che) then the answer is no and there is an issue for that. |
@nickboldt details should be in the blog post - https://che.eclipseprojects.io/2021/12/20/@florent.benoit-authoring-a-url-to-start-a-workspace.html |
@ibuziuk I think that the blog post you are referring to is about the URL parameters, not about the devfile attributes. @nickboldt for the attributes that's not been implemented yet (my bad, I have updated this issue description). For Note that what you call |
thanks for the help, guys! If coder is not tested, why don't we just remove it in 7.47 and see if anyone complains :) Can add it back if someone complains AND provides tests :D |
Ideally we should not "remove a feature contributed by the community and see if anyone complains". If it doesn't work let's ping the contributor and warn that we are considering the removal as we cannot maintain it. |
That would require testing it to see if it works... :) |
Fixed by eclipse-che/che-docs#2343 |
Is your enhancement related to a problem? Please describe
User Guide needs to be updated (global issue). This issue is about the creation of a new "Select a workspace IDE" section.
Describe the solution you'd like
We should mention that current IDEs are Eclipse Theia (the default one), Open source VS Code and JetBrains IntelliJ and PyCharm.
We should mention that the workspace IDE can be selected:
using a devfile.yaml attributes(not implemented yet)and provide the 3 examples (for Theia/VSCode/IntelliJ/PyCharm)
We should describe how definition of an IDE can be overridden and how an alternative plugin registry can be referenced.
We should provide a link to the plugin registry where the definition of the IDEs are.
The text was updated successfully, but these errors were encountered: