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

"Mark file as Viewed" Affects All Files with the Same Name, Regardless of the Path

Open mburakeker opened this issue 1 year ago • 0 comments

  • Extension version: 0.2.2
  • VSCode Version: 1.93.0
  • OS: Windows 11

Issue desciption: The "Mark file as Viewed" feature marks all files with the same filename, regardless of their folder path, when only one file should be affected.

Steps to Reproduce:

  • Find a Pull Request containing files with the same name located in different folders, e.g.:
    • libs/lib-name/src/my-component.component.ts
    • libs/different-lib-name/src/my-component.component.ts
  • In the sidebar, locate one of the my-component.component.ts files and click "Mark file as Viewed."
  • Observe that all files sharing the same name, regardless of their folder, are now marked as "Viewed."

mburakeker avatar Sep 06 '24 11:09 mburakeker