-
-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unusual characters in Ionide tooltip #1939
Comments
I would consider this a compiler bug. Some new error message are "semi-formatted" (including newlines). I don't think they should be. |
Some additional context; it doesn't seem to happen in .fsx files: https://discord.com/channels/196693847965696000/524660202864377896/1229726085546119200 |
The character is a UnicodeCategory.ParagraphSeparator so I guess, it is a preformatted diagnostic as stated by @Martin521 From what I see, it's directly coming from "F# Compiler" diagnostics A few questions :
|
Good investigation @MrLuje! I think we can approach this in a few places:
|
Describe the bug
Unusual characters are appearing in the vscode tooltips when using Ionide.
Steps to reproduce
asd
in your codeScreenshots
Machine info
Additional context
https://discord.com/channels/196693847965696000/524660202864377896/1157997202128519188
The text was updated successfully, but these errors were encountered: