gtache / intellij-lsp

Plugin adding Language Server Protocol support for IntelliJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version Control preview pop-up in code not working and disrupting the Clipboard

stanislav-lohtin opened this issue · comments

Upon clicking on the blue box to the left of the line of code with a version control change no popup appears. Instead the changed code is highlighted with blue and this highlight never goes away until the file is closed and then opened again. Also if some other piece of code will be selected and Ctrl+c would be pushed, then this code is not saved in clipboard, the changed line of code from verion control is saved there instead.

Version control system is subversion.

After deaktivating the plugin, the issue no longer occurs.
More info: https://youtrack.jetbrains.com/issue/IDEA-220483

Same goes for GIT as well.

Also the same exception is being thrown as in #102