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
memberic.ImplicitlyStartBackgroundWorkwith get()= backgroundCompiler.ImplicitlyStartBackgroundWork andset v = backgroundCompiler.ImplicitlyStartBackgroundWork <- v
Copy file name to clipboardExpand all lines: src/fsharp/vs/service.fsi
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -676,6 +676,11 @@ type FSharpChecker =
676
676
/// A maximum number of megabytes of allocated memory. If the figure reported by <c>System.GC.GetTotalMemory(false)</c> goes over this limit, the FSharpChecker object will attempt to free memory and reduce cache sizes to a minimum.</param>
677
677
member MaxMemory : int with get, set
678
678
679
+
/// If true, then calls to CheckFileInProject implicitly start a background check of that project, replacing
680
+
/// any other background checks in progress. This is useful in IDE applications with spare CPU cycles as
681
+
/// it prepares the project analysis results for use. The default is 'true'.
682
+
member ImplicitlyStartBackgroundWork: bool with get, set
683
+
679
684
[<Obsolete("Renamed to BeforeBackgroundFileCheck")>]
0 commit comments