Hervé Rouault

Results 12 comments of Hervé Rouault

Adding some space around the glyphs does fix the spurious traces problem but doesn't fix the first problem (but I need to check more). Thanks! For reference, here is were...

This issue appeared when I activated dmypy in the configuration file: Here is my `pylsp-mypy.cfg`: ``` { "enabled": True, "live_mode": False, "dmypy": True, "strict": False } ``` When I set...