Che-Code auto-opened terminal doesn't work (for `main` branch)
See original GitHub issueDescribe the bug
The terminal widget that’s opened automatically on Che-Code start is not connected to machine-exec.
Note, that the terminal opened manually (from the dropdown menu) works as expected:
Che version
next (development version)
Steps to reproduce
Start a workspace with Che-Code editor.
Expected behavior
The auto-opened terminal should be ready to use.
Runtime
OpenShift
Screenshots
No response
Installation method
OperatorHub
Environment
Linux
Eclipse Che Logs
In the editor container:
time="2022-07-07T19:13:47Z" level=error msg="Unable to initialize terminal. Cause: container with name Terminal was not found."
### Additional context
_No response_
Issue Analytics
- State:
- Created a year ago
- Comments:12 (10 by maintainers)
Top Results From Across the Web
git push not pushing into correct branch from terminal
When you create a branch, the branch is not empty, your new branch starts right from where you created the branch - it...
Read more >Terminal Cheat Sheet - gists · GitHub
open # open a file with the associated program, a directory with Finder, or a URL with ... git checkout development # Switch...
Read more >Stellaris cheats: All debug console commands and how to input
If you're looking for new Stellaris cheats, we've got the console commands you can add to your game via the debug menu, and...
Read more >Tom Hanks as Viktor Navorski - The Terminal (2004) - IMDb
Tom Hanks in The Terminal (2004) Tom Hanks, Diego Luna, Chi McBride, and Kumar Pallana ... But America doesn't work that way. ......
Read more >Git Checkout | Atlassian Git Tutorial
The git checkout command lets you navigate between the branches created by git branch . Checking out a branch updates the files in...
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
Answering my own question
I have reconfigured my project’s
.che/che-editor.yaml
file from this;to this;
And the file at
https://<mygist>/che-editor.yaml
contains this; Notice: the explicit setting ofimage: quay.io/che-incubator/che-code:insiders-694ef6e
refers to a previous version of thequay.io/che-incubator/che-code
image, tagged approximately a day or so before the issue being reported above began to manifestTo fix this issue we have disabled the
Shell integration
support in Che-Code (https://github.com/che-incubator/che-code/pull/90). After significantly reworking the remote terminals support (https://github.com/eclipse/che/issues/21626#issuecomment-1270057819), we’ve returned back the VS Code native terminal and enabledShell integration
by default (https://github.com/che-incubator/che-code/pull/124).