-
Notifications
You must be signed in to change notification settings - Fork 62
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
Fix: Use code-server reference in all the files #390
Fix: Use code-server reference in all the files #390
Conversation
06664a3
to
833dae5
Compare
I can see that you updated also functional code. Then we have to check that we really didn't break anything with this one 😄 |
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 Server docs seem to either say "Code Server", capitalized, with space, or "code-server", lowercase and with hyphen (same as the cli command is named). I think we should not create our own hybrid.
I started doing the suggestions in GHA but this is best to address with find-and-replace locally, so I'll go delete them again.
82d2ca3
to
c1afdeb
Compare
all good, tested this , it works without issue. |
Do we need to rename the extension files as well? Example |
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
Thanks for the changes!
Added one question.
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, with the small complaint about the wording of image description text
@jiridanek: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I suggest maintaining the current file name as it was downloaded from the marketplace. We may lost traceability otherwise |
The names are named exactly as the files are named on https://open-vsx.org, I checked https://open-vsx.org/extension/ms-toolsai/vscode-jupyter-cell-tags. So I think we should not rename them. |
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.
Thanks for changing all these references!
Apart of few suggestions, /lgtm
Signed-off-by: Harshad Reddy Nalla <[email protected]> Co-authored-by: Jan Stourac <[email protected]>
c1afdeb
to
2305f1e
Compare
/LGTM |
@harshad16: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Thanks for all the reviews. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harshad16, jiridanek, rkpattnaik780 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 |
Sync main from opendatahub-io:main
Fix: Use code-server reference in all the files
Description
Fix: Use code-server reference in all the files
Related-to: https://issues.redhat.com/browse/RHOAIENG-2188
How Has This Been Tested?
NA
Merge criteria: