fsharp / emacs-fsharp-mode

F# Emacs mode
Apache License 2.0
208 stars 62 forks source link

Warning tooltip is truncated #291

Open lazywithclass opened 2 years ago

lazywithclass commented 2 years ago

Description

I am not sure this belongs here, I don't know which package is responsible for showing the "warning tooltip", so I am attaching a screenshot. As you can see there is a warning on the right, but it is truncated.

Expected behavior

I would like to be able to read the whole text.

Actual behavior

The text is trucated.

Known workarounds

None I know about, I don't know in which buffer I could get the remaining bits of information.

Related information

juergenhoetzel commented 2 years ago

I guess I you use a custom flymake/flycheck config. Would you mind to post your config and F# project?