Chet Husk

Results 587 comments of Chet Husk

We should be well equipped to handle this, as we do already do design-time builds during project cracking to ensure that we're as close to a 'real' compiler as possible....

So it's a _bit_ hairy, but one different I notice between Ionide and the CLI build's binlog is that in the Ionide binlog, there's no Evaluation Phase at all. This...

Oh I was just dumping some initial investigations in the above comment. It looks to me like your package is doing the correct thing. I think the problem is more...

I've has some limited success working on ionide's evaluation, and I can now successfully perform evaluation the way the CLI does. Still digging into why we can't retrieve the correct...

I'm happy to say that in 5.10.1 I can't reproduce these issues!

There might be some work here in this repo, but most of the logic related to workspace handling is actually in FSAutoComplete, so I've raised a more detailed issue there.

This is going to be more...detailed. We're using [GetStructuredTooltipText](https://github.com/dotnet/fsharp/blob/main/src/fsharp/service/FSharpCheckerResults.fs#L1236-L1261) from FCS to populate the tooltip itself, and for members that have a matching implementation in a signature we...just don't get...

this report makes sense to me given the new shared terminal behavior. all of the terminal state for setting up the source directory happens on the `terminalDidOpen` event handler, so...

To be 100% clear for future-selves, the complaint is that the braces and semicolon are light blue here inside the function parameter deconstruction instead of the same dark blue that...