-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove Theia extension related code #8685
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
Conversation
@@ -17,13 +17,6 @@ packages: | |||
packaging: library | |||
yarnLock: ${coreYarnLockBase}/yarn.lock | |||
tsconfig: tsconfig.json | |||
- name: theia-plugin-list |
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.
global searched theia-plugin-list
-> no usage
/hold
|
Codecov Report
@@ Coverage Diff @@
## main #8685 +/- ##
==========================================
- Coverage 12.31% 11.17% -1.14%
==========================================
Files 20 18 -2
Lines 1161 993 -168
==========================================
- Hits 143 111 -32
+ Misses 1014 880 -134
+ Partials 4 2 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
@mustard-mh Could you provide |
How to test section updated ✅ |
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.
Code reviewed and also tested with a production app that uses most of the features mentioned in the How To Test section. Everything's working great! ✅
I also verified each checklist item in the How To Test section.
Shall we also remove this file? components/gitpod-cli/generate-theia-protocol.go |
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
/unhold |
/werft run no-preview 👍 started the job as gitpod-build-hw-fix-4630.7 |
/hold |
@andreafalzetti maybe other PR to remove theia things |
/unhold |
Description
Remove Theia extension related code
Related Issue(s)
Fixes #4630
How to test
Start A workspace to do the smoke test like release do #8609
I have did this all (although I think we don't need to do this many steps 😄)
window.WebSocket.disconnectWorkspace()
, check that old websockets are closed and new opened of the same amounttelemetry data is collected in SegmentRelease Notes
Documentation