vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

Comments not possible to save within a submodule

Open DFelten opened this issue 1 year ago • 1 comments

  • Extension version: Latest version (0.92.0)
  • VSCode Version: 1.92.0-insider
  • OS: Darwin arm64 23.5.0

Steps to Reproduce:

We have a project with two Git repositories. A main repository and a submodule. As soon as both repositories on the checked out branch have a pull request, there are problems. It's not possible to save a comment within the submodule. It's a similar issue than before in this issue (https://github.com/microsoft/vscode-pull-request-github/issues/5784).

After writing and saving a comment, nothing happens. The review did not appear in the overview. When trying to send the review, an error appears:

Submitting review failed. GraphQL error: Could not comment for pull request review. You need to leave a comment indicating the requested changes.

CleanShot 2024-07-19 at 10 44 54@2x

DFelten avatar Jul 19 '24 08:07 DFelten

After a restart of VSCode the same error message as before in this closed issue (https://github.com/microsoft/vscode-pull-request-github/issues/5784) appears after writing a comment:

Creating comment failed: Error: File has been deleted.

DFelten avatar Jul 19 '24 09:07 DFelten