-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Description
Here is the script that causes the issue
#I "some\missing\folder"
let x = 42Some ways to see the issue:
(1) Open it in Visual Studio 2015 (F# Power Tools is installed). Hover the
mouse over the expected error or look at the error pane. Note that the tip or
warnings message look like:
Warning The search directory 'some\missing older' could not be found
(2) Open it in VSCode (Ionide-fsharp is installed). In the tips and the problem
pane the message looks like 'some\missingolder'. Copy/paste from the problem
pane gets this text with unexpected "♀" instead of expected "\F":
message: 'The search directory 'some\missingolder' could not be found'
(3) In my application using FCS the formatted message looks like this (same
unexpected "♀" instead of expected "\F"):
warning FS0211: The search directory 'some\missing♀older' could not be found