Andrew O.

Results 235 comments of Andrew O.

@eye0fra In this case, this merits opening a new Che issue. I'm happy to do so for you, however, I'm not sure of the specific details of your problem when...

@deerskindoll I'll gladly help you make this docs update :)

@cgruver I just quickly looked into this and was able to reproduce this issue. However, the following should work: ```YAML env: - name: ENV_TEST value: ${PROJECT_SOURCE}/hey-there ``` The DevFile documentation...

@cgruver are you running your echo command in the terminal or as a CheCode command/task?

@cgruver Thanks for the info. I think I found the source of this bug: The user-provided environment variable `ENV_TEST` is being added to the container's environment variables _before_ $PROJECT_SOURCE. Kubernetes...

The DWO issue causing this bug has been resolved in https://github.com/devfile/devworkspace-operator/pull/1282 which will be part of the DWO 0.30.x release.

@fwasdfw Correct, you'll need to install the che-operator (I believe that's what you meant by che-server? or were you referring to the specific che-server component?), which manages deploying all of...

Eclipse Che used to support Eclipse Theia but to my knowledge, it is [no longer supported](https://github.com/eclipse-che/che/issues/21771), unfortunately.