-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Apply CommentThread vscode Plugin API #8870
Conversation
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.
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.
After clicking Cancel, it shows the comment (x2) but they're not on the GitHub vinokurig/environment-variable#12
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've tried Delete Comment
button, but it does nothing.
Maybe some additional steps are required to configure the feature on my side?
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 tested the changes - I'm able to create, edit and delete a comment - in general it works well for me.
But I faced with the issue that comments were displayed twice, please see a short video
@vinokurig
could you check/test this use case on your side?
@vinokurig my issues were related to not enough permissions for my token 😄 |
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've verified the base functionality:
- add/edit/delete a comment
- start/finish/delete a review
It works fine so far. Additionally, I want to check several more cases...
Thank you, fixed it in my latest commit |
I've verified that the comments UI duplication is fixed now. Thanks! |
In VS Code, the input area hides on focus out, only when it's empty. |
Fixed. |
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.
Thank you @vinokurig for fixing all the issues found during the review.
Everything works well now. 👍
/** | ||
* Keybinding contribution | ||
*/ | ||
export interface Keybinding { |
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.
@vinokurig
I guess the interface was added by mistake, could you take a look
I created a PR to remove it #9374
What it does
Apply CommentThread vscode Plugin API
related CQ: http://dev.eclipse.org/ipzilla/show_bug.cgi?id=22902
fixes #8492
How to test
"@theia/git": "^1.8.0"
fromexamples/browser/package.json
file.plugins
folder.plugins
folder.plugins
folder.GitHub Pull-Requests Plugin
:See: Pull-Request comments are available in the diff. You can add some new comments by clicking the white line and delete and edit existing comments.
Review checklist
Reminder for reviewers