Describe the bug
The fsi configuration object in F# scripts is recognized in Visual Studio, but not in Ionide.
To Reproduce
Steps to reproduce the behaviour:
Script.fsxfsi.ShowDeclarationValues <- falseExpected behaviour
Intellisense appears on the fsi object.
Screenshots
Here's what is looks like in Visual Studio:

Here's Ionide:

Environment (please complete the following information):
Additional context
There might be something I'm missing. I don't think the behavior needs to be identical to Visual Studio, but I couldn't figure it out.
Hey @brettrowberry :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:
We need to make sure that the f# interactive settings DLL is part of the generated reference set. It was at one point in the past, but it's entirely possible it's slipped out again.
@baronfel I can confirm it's broken on the latest preview
Correction:

Ok, this is working as described above in Ionide 5.0, and it's correct behaviour as far as I can tell.
I was just about to close this. Yep, works great in v5.0.0. Thank you!