vscode-code-review
vscode-code-review copied to clipboard
[bug] "Code Review:" inline tag displays for similarly named files in different folders
🐞 Bug report
Description
When I generate a comment in a file, the contextual comment appears as expected in that file, which is good. However, it also appears in any file which also contains that same name in a different directory.
Reproduction
Create a comment in a code file, create another code file in a subdirectory with the same name and give enough lines to match the other file. I create the comment in one file, and the contextual feedback in the code file appears in both files the same way.
See output below (note the different locations in the red boxes):
Error message
None