Skip to content
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

Various continue on comments fixes #195260

Merged
merged 3 commits into from
Oct 10, 2023
Merged

Various continue on comments fixes #195260

merged 3 commits into from
Oct 10, 2023

Conversation

alexr00
Copy link
Member

@alexr00 alexr00 commented Oct 10, 2023

Fix continue-on reply being restored before root comment
Fix duplicate continue-on comments
Fix comment replies being restored as new threads
Part of #194288

this.commentService.createCommentThreadTemplate(thread.owner, thread.uri, Range.lift(thread.range));
});
for (const thread of info.pendingCommentThreads ?? []) {
this.resumePendingComment(this.editor!.getModel()!.uri, thread);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intentionally not awaited?

Copy link
Member Author

@alexr00 alexr00 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this call, it doesn't matter either way and the enclosing method is not already async.

@alexr00 alexr00 merged commit 42a991c into main Oct 10, 2023
6 checks passed
@alexr00 alexr00 deleted the alexr00/issue194288 branch October 10, 2023 16:07
Alex0007 pushed a commit to Alex0007/vscode that referenced this pull request Oct 26, 2023
* Various continue on comments fixes
Part of microsoft#194288

* Fix continue-on reply being restored before root comment
Fix duplicate continue-on comments

* Include monaco.d.ts changes
@github-actions github-actions bot locked and limited conversation to collaborators Nov 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants