-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Theia references from the CLI component #7507
Conversation
Codecov Report
@@ Coverage Diff @@
## main #7507 +/- ##
===========================================
- Coverage 32.45% 10.38% -22.07%
===========================================
Files 155 18 -137
Lines 24257 992 -23265
===========================================
- Hits 7872 103 -7769
+ Misses 15701 888 -14813
+ Partials 684 1 -683
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Looks like I broke the gp env command
gitpod /workspace/template-typescript-node $ gp env
cannot get environment variables: not found
Fix condition remove `printVarFromTheia` Unused theia lib
04e773c
to
7e38dc7
Compare
/unhold |
make sure to smoke test all affected commands 🙏 or write unit tests for them 😉 |
@akosyakov I think it might be better to just leave the unit tests for another PR. I tested both of the affected commands and all should be well. |
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.
LGTM
LGTM label has been added. Git tree hash: da0b07e152c97d99ca514d8505c8ba37c024a3a1
|
/approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iQQBot Associated issue requirement bypassed by: iQQBot The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Removes some references to the now removed Theia IDE.
Related Issue(s)
See #5511 & #7395
How to test
gp env
andgp preview
Release Notes