RomanNikitenko
RomanNikitenko
I think it fails [here](https://github.com/che-incubator/che-code/blob/main/launcher/src/vscode-launcher.ts#L51) at `userInfo()` step. @vitaliy-guliy in my case there is something wrong with user: 
I see on the screenshot that editor version is pretty old - it was built 2 weeks ago. I think editor image should be updated for testing.
btw: some of tests are already broken: https://github.com/che-incubator/che-code/pull/227#issuecomment-1548387927
Possible solution: https://github.com/che-incubator/che-code/pull/384
About `s390x` platform: - [ubi9-based assembly](https://github.com/che-incubator/che-code/blob/a944f1e32fc0038d9d29c3a9492a1d6a8467378d/build/dockerfiles/linux-libc-ubi9.Dockerfile#L28-L29) - I believe there is no problem - both `libsecret` and `libsecret-devel` packages are still present on the `https://rpmfind.net`. - [ubi8-based assembly](https://github.com/che-incubator/che-code/blob/a944f1e32fc0038d9d29c3a9492a1d6a8467378d/build/dockerfiles/linux-libc-ubi8.Dockerfile#L28-L29) - `libsecret-0.20.4-2.fc34.s390x.rpm`...
About `ppc64` platform: - I've prepared this PR https://github.com/che-incubator/che-code/pull/378 - we have the confirmation (thanks @Sachin-Itagi) that these changes ^ fix the problem
Update: At the moment the problem is actual only for `s390x` platform - ubi8-based assembly. I've added a new reference for the `libsecret` and `libsecret-devel` packages within https://github.com/che-incubator/che-code/pull/394. Build passed...
@vitaliy-guliy could you take a look?
@tolusha could you take a look please
I faced the following error when I tried to upgrade `typescript` version: ``` Message: [tsl] ERROR in /projects/che-code/code/extensions/che-remote/src/extension.ts(198,10) TS2345: Argument of type 'import("/projects/che-code/code/extensions/che-remote/node_modules/axios/index").AxiosInstance' is not assignable to parameter of type...