SanderRonde / VSCode-Gerrit

Gerrit plugin for VSCode
https://marketplace.visualstudio.com/items?itemName=SanderRonde.vscode--gerrit
MIT License
29 stars 17 forks source link

"Next unresolved comment" fails, tries to navigate to wrong path #73

Open Mattadore opened 4 months ago

Mattadore commented 4 months ago

"Next unresolved comment" button brings me to the wrong file in multi-repo environment, specifically it appends the absolute path relative to the workspace onto the path relative to the gerrit root, giving me:

"frameworks/base/some/file.cpp" -> "frameworks/base/frameworks/base/some/file.cpp" which does not exist and it gives an error :(

SanderRonde commented 3 months ago

I'm guessing this one will be fixed when #70 is fixed too, so I'll get back to it once I've implemented that.