-
Notifications
You must be signed in to change notification settings - Fork 150
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
Node debug #666
Node debug #666
Conversation
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
@vitaliy-guliy Happy Path PR check [build 387] failed.Re-trigger by
Depending on failure reason, the artifacts or deployment may not be present. |
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.
No need to add a new meta.yaml
, we are only keeping one version of each plugin in the registry now. You can just update the existing meta.yaml
with the new version.
We have to add it, it's because this is a new 1.42.5 version. And also I would like to add new |
We are only keeping the latest version of every plugin now, see eclipse-che/che#18183. So it's not necessary to add new |
Ok, but we still need should rename a directory which indicates the plugin version. And then if we don't have versions (which is strange, but OK), we don't need to have that directory.
instead
I think it's for feature. |
Yes for now just keep the version in the folder name, we can play around with folder names in future PRs. |
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
@vitaliy-guliy Happy Path PR check [build 399] failed.Re-trigger by
Depending on failure reason, the artifacts or deployment may not be present. |
@vitaliy-guliy Happy Path PR check [build 398] failed.Re-trigger by
Depending on failure reason, the artifacts or deployment may not be present. |
Now it looks like just updating of existent |
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.
Please note that we'll need to build the extensions and host them on download.jboss.org for the CRW version of this PR.
What about download them from Open VS Registry? |
CRW product requirements mean we have to build the extension ourselves, and use that. |
What does this PR do?
Add
How to test this PR?
Use following devfile to test this PR
I want to pay attention, that to make node-debug plugin working properly, the workspace must have preference property
debug.node.useV3
set to false. For that we should update all the devfiles, that use node-debug plugin.Screenshot/screencast of 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.