ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
385 stars 151 forks source link

fix unicode characters in F# compiler diagnostic messages #1265

Closed MrLuje closed 2 months ago

MrLuje commented 2 months ago

Fixes https://github.com/ionide/ionide-vscode-fsharp/issues/1939

(and I spent way too much time wondering why ftestCaseAsync tests didn't run... 😅)

MrLuje commented 2 months ago

Looks good, just some minor changes.

Have any screenshots how it looks in the UI now?

Yes, same as .fsx, now

image image

MangelMaxime commented 2 months ago

Perhaps this PR will also fix https://github.com/ionide/ionide-vscode-fsharp/issues/1977

If not, then I suppose we need a change in F# Compiler to also format that tooltip.