microsoft / vscode-pull-request-github

GitHub Pull Requests for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
MIT License
2.31k stars 575 forks source link

Adding a comment is always associated with a review #6089

Open cbrnr opened 3 months ago

cbrnr commented 3 months ago

Whenever I add a comment through the extension, it shows up as a review comment, see e.g. https://github.com/mne-tools/mne-python/pull/12707#pullrequestreview-2171610586. However, that's not what I want to do, and I think that's also not what is supposed to happen. What should happen instead is that a normal comment is added to the discussion.

Steps to Reproduce:

  1. Check out some PR
  2. Add a new comment
  3. The comment is associated with a review, which should not happen in my opinion
alexr00 commented 3 months ago

I see what you're saying. We don't currently have a way to leave a PR review comment vs. a discussion comment.

cbrnr commented 3 months ago

Oh, thanks for clarifying, I didn't know that! It would be great to have of course!