In the last day or two Ionide stopped showing me compilation errors in projects. It does show types and it does show errors when I open fsx files. Even if I add total junk (e.g. 'as;lkdfja;slkdjf') in the middle of a function, I only get spell check errors, no compilation errors.
For me it's just opening any F# project.
Show compilation/syntax errors 馃槃

I'm also attaching two log files: the F# log and window log:
Please let me know if you need any further information.
Thanks in advance
Haim
Hey @babysnakes :wave:,
Thank you for opening an issue. We will get back to you as
soon as we can. Also, check out our OpenCollective and consider
backing us.
https://opencollective.com/ionide
PS.: We offer
backersupport for all backers. Don't forget to addbackerlabel when you start backing us :smile:
Started backing you (but I have no idea how to add backer label 馃檪)
The bot is a bad bot and removes the label, so I updated the title
@babysnakes can you resubmit a log, but this time with the FSharp.verboseLogging flag set to 'true'?
@babysnakes can you resubmit a log, but this time with the
FSharp.verboseLoggingflag set to 'true'?
Sure, attaching the F# log with verbose logging (the window log seems to be the same length as the original - do you need it also?).
Update, this is really strange behavior. Today, when trying to make types show again (sometimes they disappear - I reload the window to make them show again) I closed and opened a file. Suddenly, not only the types began to show but show but also errors. Maybe some kind of weird caching thing. I'll continue working and update.
Hi @nhirschey
Thanks
If you didn't have to close the folder, then it's a different issue I think. I could close the file and reopen it, but nothing changed. I specifically had to close the file and then close the folder or exit vscode.
@babysnakes yeah in settings, where it shows the github URL. But beware capitalization (I recently discovered that's why my issues never got the backer label).
The open collective label won't work retrospectively, but it should work on your next issue submission.
@nhirschey thanks, I'll keep the ticket open for a couple of days and see how it goes.
Also, thanks for the info regarding open collective 馃檪.
@nhirschey, it seems that you are right and I didn't reproduce my steps correctly. You do have to also close the folder and reopen before it shows compilation errors again.
@baronfel, @nhirschey should I close this ticket in favor in #1500 ?
Thanks.
To my observation, this happens
a) for new files that you add to the project
b) for the file that was open (visible) when you last closed VS Code.
@Martin521, I'll try to see if it matches what happens to me.
@Martin521, sorry, it took some time for me to go back to the F# project I was working on to test it. Reading your message again, you are surely correct even without testing as both cases are the cases that are not covered by the work around suggested above 馃槃 .