Navigating to `ide` link provided by workspace API does not open Theia IDE in Che 7
See original GitHub issueOnce workspace is created a few links are exposed via workspace API e.g.
"links":{
"self":"https://che.openshift.io/api/workspace/workspacet0gu6w16w0ldx1zd",
"ide":"https://che.openshift.io/ibuziuk@redhat.com/wksp-d0fg",
"environment/statusChannel":"wss://che.openshift.io/api/websocket",
"environment/outputChannel":"wss://che.openshift.io/api/websocket"
}
However, for workspaces created based on che7
stacks, navigating to ide
link does not open Theia IDE:
NOTE: navigating to workspace via UD e.g. https://che.openshift.io/dashboard/#/ide/ibuziuk@redhat.com/wksp-d0fg
works just fine since the url is edirect to workspace-loader app and it decides which IDE to load in this method https://github.com/eclipse/che/blob/master/workspace-loader/src/index.ts#L348
Currently, this issue prevents che-starter to support che7
for openshift.io flow since workspace startup fall back on ide
link provided by workspace API.
More details can be found in https://github.com/redhat-developer/che-starter/pull/323#issuecomment-452736290
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Chapter 2. Che-Theia IDE basics - Red Hat Customer Portal
In the CodeReady Workspaces IDE, press F1 to open the Command Palette, or navigate to View → Find Command in the top menu....
Read more >Introduction to Eclipse Che :: Eclipse Che Documentation
Eclipse Che provides browser-based IDEs for its workspaces. The default IDE is built on Theia, and it has the following capabilities:.
Read more >Theia - Cloud and Desktop IDE Platform
An Open, Flexible and Extensible Cloud & Desktop IDE Platform. Efficiently develop and deliver Cloud & Desktop IDEs and tools with modern web...
Read more >Eclipse Theia vs Che vs VS Code - YouTube
Do you wonder whether you should use VS Code or Eclipse Theia ? Are you confused by the relationship between Theia and Eclipse...
Read more >Eclipse Che vs. VS Code (online|codespaces) - EclipseSource
Che plugins do not only extend the IDE (Theia) but also consist of a sidecar that is added to the underlying workspace container....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ok seems that
ide
link presents in the response even for stopped workspace and navigating to it start che 7 workspace. All looks good - thanks @vparfonov@ibuziuk Hi, yes work on it. Will be done on this week