-
Notifications
You must be signed in to change notification settings - Fork 111
Conversation
Signed-off-by: Oleksandr Andriienko <[email protected]>
Linked issue in che-theia: eclipse-che/che#16212 |
Let's wait until eclipse-theia/theia#7121 will be merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AndrienkoAleksandr
thank you very much for the fix!
terminal extension has dependency: "xterm": "3.9.2",
I guess it should be changed.
Thanks for comment. I think current yarn which we are using skip this version and use upstream xterm... So we can remove this version from package.json. It is transitive dependency for us. When theia ci complete work I will update yarn.lock. |
should we replace import by |
Nice catch. I tested - styles correctly applied and they are working. So I think it works from upstream code and I guess we can skip injection this styles, but I will take a look. |
Please remove |
Signed-off-by: Oleksandr Andriienko <[email protected]>
}, | ||
{ | ||
"path": "../examples/assembly/compile.tsconfig.json" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these changes are the result of eclipse-che/che#15916
it's very annoying bug...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK then -> #655
crw-ci-test |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
…t tscofig. Signed-off-by: Oleksandr Andriienko <[email protected]>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
[ci-build] |
* Adding new 0,1,17 vscode-didact plugin Signed-off-by: sutan-1 <[email protected]> * Update vscode-extensions.json with new vscode-didact version
What does this PR do?
none.
What issues does this PR fix or reference?
eclipse-che/che#16212
Fix terminal compilation after upstream changes: eclipse-theia/theia#7121
Signed-off-by: Oleksandr Andriienko [email protected]