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
Copy file name to clipboardExpand all lines: src/fsharp/service/ServiceDeclarationLists.fs
-39Lines changed: 0 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,6 @@ open FSharp.Compiler.Range
23
23
openFSharp.Compiler.TypedTree
24
24
openFSharp.Compiler.TypedTreeOps
25
25
26
-
[<AutoOpen>]
27
-
moduleEnvMisc3 =
28
-
/// dataTipSpinWaitTime limits how long we block the UI thread while a tooltip pops up next to a selected item in an IntelliSense completion list.
29
-
/// This time appears to be somewhat amortized by the time it takes the VS completion UI to actually bring up the tooltip after selecting an item in the first place.
// The dataTipSpinWaitTime limits how long we block the UI thread while a tooltip pops up next to a selected item in an IntelliSense completion list.
517
-
// This time appears to be somewhat amortized by the time it takes the VS completion UI to actually bring up the tooltip after selecting an item in the first place.
// The dataTipSpinWaitTime limits how long we block the UI thread while a tooltip pops up next to a selected item in an IntelliSense completion list.
525
-
// This time appears to be somewhat amortized by the time it takes the VS completion UI to actually bring up the tooltip after selecting an item in the first place.
0 commit comments