fsharp
fsharp copied to clipboard
Split VS F# Package init into foreground+background work
New APIs to VS package init allow us to split package init between foreground and background work. That way we could reduce pressure on the main thread.
Relevant PR (check comment from Todd) : https://github.com/dotnet/fsharp/pull/18616