We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da05c42 commit 1211574Copy full SHA for 1211574
docs/content/queue.fsx
@@ -35,7 +35,7 @@ These use cross-threaded access to the TAST data produced by other FSharpChecker
35
36
Some tools throw a lot of interactive work at the FSharpChecker operations queue.
37
If you are writing such a component, consider running your project against a debug build
38
-of FSharp.Compiler.Service.dll to see the Debug.WriteLine messages indicating the length of the
+of FSharp.Compiler.Service.dll to see the Trace.WriteInformation messages indicating the length of the
39
operations queuea and the time to process requests.
40
41
For those writing interactive editors which use FCS, you
0 commit comments