-
Notifications
You must be signed in to change notification settings - Fork 111
Refactor Welcome plugin #1155
base: main
Are you sure you want to change the base?
Refactor Welcome plugin #1155
Conversation
Signed-off-by: Vitaliy Gulyy <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1155 +/- ##
==========================================
- Coverage 32.78% 32.61% -0.18%
==========================================
Files 290 293 +3
Lines 9885 9941 +56
Branches 1457 1469 +12
==========================================
+ Hits 3241 3242 +1
- Misses 6641 6696 +55
Partials 3 3
Continue to review full report at Codecov.
|
❌ E2E Happy path tests failed ❗ See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
|
||
export async function isMultiroot(): Promise<boolean> { | ||
const devfile = await che.devfile.get(); | ||
return devfile.metadata?.attributes?.multiRoot !== 'off'; |
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.
I see Multi-root is the only mode in Che-Theia
in #1191 ...
"name": "@eclipse-che/ports-plugin", | ||
"publisher": "Eclipse Che", | ||
"name": "ports-plugin", | ||
"publisher": "@eclipse-che", |
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.
Does It is a breaking change for the plugin which provided by other developer
Signed-off-by: Vitaliy Gulyy [email protected]
What does this PR do?
Improves Welcome plugin.
Adds checkbox to the welcome page to avoid opening the welcome page at the workspace stratup.
Screenshot/screencast of this PR
What issues does this PR fix or reference?
How to test this PR?
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.
Happy Path Channel
HAPPY_PATH_CHANNEL=next