microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
149 stars 94 forks source link

License-related fixes + UI-related code cleanup #544

Closed ForNeVeR closed 1 year ago

ForNeVeR commented 1 year ago

This PR adds some fixes for advanced scenarios related to #539.

Also, I've cleaned up some old reflection-based code for theming that was writing a lot of warnings. It turns out that the related issue is already fixed in the modern IDEs, and hyperlink has the focus border anyway.

ForNeVeR commented 1 year ago

All the tests are successful.