RomanNikitenko
RomanNikitenko
I've changed labels according to the solution described in the https://github.com/eclipse-che/che/issues/22603#issuecomment-1838613599
I investigated the current problem and I would say it's not about fixing a bug. My understanding is: - VS Code uses a translations service for this functionality - it's...
Today I faced with the error at starting a workspace: ``` Detected unrecoverable event FailedPostStartHook: Exec lifecycle hook ([/bin/sh -c nohup /checode/entrypoint-volume.sh > /checode/entrypoint-logs.txt 2>&1 &]) for Container "tools" in...
@l0rd about `CMD ["tail", "-f", "/dev/null"]` (please see my previous comment) I would like to know your opinion here. Should it be a requirement for the image which is used...
Currently VS Code has a requirement: [Node.js version should be >=16.17.x and
About problems with terminal. I've added some logic that detects: if `os.userInfo().shell` returns something like: `/sbin/nologin` && default terminal profile is not configured then a warning with 2 options is...
@l0rd I've described the current state in the comment above. As we discussed on the meeting - I'm switching back to the main issue related to starting VS Code. About...
| Image | Workspace starts | Terminal starts | Known problems | | :-------------: | :-------------: | :-------------: | :-------------: | | `quay.io/devfile/base-developer-image:ubi9-latest` | + | + |` yq: command...
I'm working on building Node.js from sources to get independent binary file that doesn't rely on the current system libraries. Usually `ldd node` command shows a list of libs with...
There are two types of errors that should be fixed. The first one: ``` ./node: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or...