-
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
Document the Che-specific features we've added to Che's VS Code editor #21835
Comments
Is the helper related to the vscode handler? The handler is not required to inject information about the IDE in the tooling container anymore (see container contributions epic) so I am wondering if we can remove it completly from che-code repo (and add a subtask to #21736) or if we still need it. |
@l0rd it isn't related to a DevWorkspace handler, but it's mostly to simplify fetching some information from a DevWorksapce. Probably, something not worth documenting, as it's more internal stuff. As for getting rid of the Che-Code DevWorkspace handler, I've just filed
I believe we do not need a dedicated issue for Che-Theia's DevWorkspace handler, as it will be part of |
@azatsarynnyy and @l0rd, how would you compare the expected docs content between the VS Code and the IntelliJ editors (like for any editor Che supports)? I mean should we be expecting a similar issue with a similar scope of documentation for an IntelliJ editor in the future? Or is this docs focus just on VS Code? |
@max-cx these docs focus just on VS Code |
ok, these are just for VS Code. But we have worked on similar features (such as devfile command support) for JetBrains IDE and we should document that. |
okay, then here's the corresponding issue for the IDEA editor: |
Is there still a concept of directly specifying plugins like theia had via schemaVersion: 2.1.0
attributes:
.che/che-theia-plugins.yaml: |
- repository:
url: 'https://github.com/chef/vscode-chef'
revision: 2.1.0
extension: https://github.com/bdwyertech/vscode-chef/releases/download/che/chef-software.Chef-2.1.0.vsix |
@bdwyertech you can declare the VS Code extensions in the |
I opened RHDEVDOCS-5026 to assign a technical writer when the developers are ready to start preparing more content on this topic. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Is your task related to a problem? Please describe
In the Che-Code project, we extended the vanilla VS Code with the Che-specific features and made some adaptations of VS Code's internals to the Che environment.
While it does everything the user might expect from VS Code running in Che, there's no way to read the details of using the particular feature and learn about some important aspects of its behavior.
Describe the solution you'd like
We need to document all the Che-specific features, we've added to our VS Code assembly, on the Che documentation website.
Describe alternatives you've considered
No response
Additional context
Below is the list of the features we can consider to document:
Some low-level adaptations to make VS Code work in Che smoothly:
The text was updated successfully, but these errors were encountered: