RomanNikitenko
RomanNikitenko
I have a draft for the solution that is described [in the comment above](https://github.com/eclipse/che/issues/21778#issuecomment-1759807255). I tested it for few `ubi9`-based images: - `registry.access.redhat.com/ubi9/python-39:1-161` - `registry.access.redhat.com/ubi9/go-toolset:1.18.10-4` - `registry.access.redhat.com/ubi9/nodejs-18:1-84` It works well...
I changed the way Node JS is provided and updated my [draft PR](https://github.com/che-incubator/che-code/pull/317). Also I tested this solution for `ubi8` and `ubi9`-based containers - workspaces were started for tested images....
@ibuziuk I've merged the PR with ubi9-based images support: https://github.com/che-incubator/che-code/pull/324 Can we close the current issue or do you prefer to keep it open?
to be honest I don't understand what the cause of the problem can be here For both cases (dashboard and IDE): - first a workspace is running - it redirects...
@dkwon17 Did you have a chance to test the same functionality for the web (not electron) version of VS Code?
@l0rd about option 1 > Configure the VS Code extension [che-activity-tracker](https://github.com/che-incubator/che-code/tree/main/code/extensions/che-activity-tracker) to track also events like onDidChangeActiveTerminal or onDidChangeTerminalState I quickly reviewed the extension and it looks like [the extension...
> Any idea on event triggered when some output is shown in the terminal window? I think you ask about [this event](https://github.com/microsoft/vscode/blob/6aa2a71ddd097aaa4930e54a908812a0a77d34e8/src/vscode-dts/vscode.proposed.terminalDataWriteEvent.d.ts#L30). I checked that the event is fired for...
/remove-lifecycle stale
I can reproduce the behaviour using `quay.io/che-incubator/che-code:7.85.0` as editor image, thank you for reporting the problem! I tested it for the `quay.io/che-incubator/che-code:next` - the bug already fixed in upstream. Also...
@guydog28 - sorry, I'm not aware what commit brought the fix - the fix is present in the `main` of the Che-Code (as I can not reproduce the bug for...