leinardi / mypy-pycharm

A plugin providing both real-time and on-demand scanning of Python files with Mypy from within PyCharm/IDEA.
Apache License 2.0
194 stars 31 forks source link

Icons not visible in new Jetbrains UI #107

Closed SpoonOfDoom closed 1 year ago

SpoonOfDoom commented 1 year ago

Step 1: Are you in the right place?

Step 2: Describe your environment

Step 3: Describe the problem:

Steps to reproduce:

  1. Enable new UI in PyCharm
  2. Install Plugin

Observed Results:

Expected Results:

Relevant Code:

not relevant

leinardi commented 1 year ago

Hi @SpoonOfDoom, thank you for the report. I should have fixed this issue, could you please give it a try?

mypy-plugin-0.15.0.zip

If you confirm that it's fixed I'll release a new version.

SpoonOfDoom commented 1 year ago

@leinardi Seems to work now: grafik

Thanks for the fix!

leinardi commented 1 year ago

Thank you for confirming that the fix works.