I have been struggling to do my normal flow :
CASE A
- I have a PR assigned
- I take a look but I need to navigate the code and have intellisense in the view with the comments and with the side by side diff with master
-> Now I can only see/add the comments but not navigate and have intellisense in the same view.
CASE B
- I create a PR
- my colleague introduce comments
- I respond with more comments and modify code and push again
-> Now I can not introduce code changes in the comments view
-> If I do checkout the PR, it creates a new local branch , so if I add changes to it it will be different than the real branch where I did all the changes