-
Notifications
You must be signed in to change notification settings - Fork 111
feat(recommendations): Provide a plug-in for recommendations #916
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
[crw-ci-test] |
✅ E2E Happy path tests succeed 🎉 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)
|
❌ 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)
|
ce05290
to
ed8c086
Compare
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
[crw-ci-test --rebuild] |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
e09bbf1
to
fb8b787
Compare
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
b381b42
to
f2bcd72
Compare
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
[crw-ci-test --rebuild] |
there was a dependency issue on workspace-plugin (now it's marked as explicit dependency in package.json) so some events were not triggered. and there was a glitch in featured.json file. should be fixed now
Should be implemented now
I think it's a comma separated list of pluginId ?
I tried but I faced eclipse-theia/theia#5673 (Theia is not handling the |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
✅ E2E Happy path tests succeed 🎉 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)
|
75eaa4b
to
b1450b2
Compare
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
Devfile without plug-ins: provide featured plug-ins and ask to reload workspace With plug-ins: suggest it When opening file: Inform that some plug-ins may exist Change-Id: I5d35f5329f44504e4e6fcad3ba198aa932d50252 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1)
|
Last changes:
|
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
Restart is not working but covered with eclipse-che/che#19174 |
@tsmaeder any comments left from your side? Otherwise it's good to merge IMO |
Nope, all good. |
What does this PR do?
Provide a plug-in for recommendations
Open a workspace without plug-ins: provide featured plug-ins and ask to reload workspace
Open a workspace containing a devfile with plug-ins: suggest it (but not prompting restart)
When opening file: Inform that some plug-ins may exist (only if
extensions.openFileRecommendations
is set to true in devfile)Screenshot/screencast of this PR
What issues does this PR fix or reference?
eclipse-che/che#18274
How to test this PR?
Starts a new workspace with this plug-in and a devfile without plug-ins but with java or go project.
--> should prompt to restart workspace and then have intellisense
Try to open some files like go or python: should suggest that existing plug-ins may be there (
extensions.openFileRecommendations
is set to true in devfile attributes)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