PavlikPolivka / GitLabProjects

Simple plugin that is adding support for GitLab specific actions to JetBrain IDEs
Other
122 stars 80 forks source link

Cannot Show Diff Info #100

Open ColonelSanderson opened 6 years ago

ColonelSanderson commented 6 years ago

When code reviewing in WebStorm 2018.2 with the latest plugin update, I get "Cannot Show Diff Info: Can't collect diff data" when pressing the "diff" button. All other functionality otherwise works correctly.

PavlikPolivka commented 6 years ago

Diff functionality is not super perfect. It needs to have both branches locally and up to date. I am using IDE diff dialog that uses actual files not diff from gitlab. I am not really able to do much more with this.