You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
I just picked up another bug in Windows: if the project file is in a directory that contains spaces in it (e.g., C:\Code\My Fancy Project\Fancy Project.fsproj), then most functions fail with it (make, FSharpBuildProject, FSharpRunProject). The reason is that fnameescape is used instead of shellescape.
(1) I don't know if it's caused by my lack of mono or something else, but this is frustrating:
After I see that, it loads up the file and syntax highlights it anyways.
(2) Is there a way to just turn off autocompletion, so I can debug this crash?
This refers mostly to the hard-coded
"mono "
prefix to the invocation of .NET .exe binaries. Those should be avoided under Windows.The text was updated successfully, but these errors were encountered: