Skip to content

Commit ce90ccd

Browse files
committed
fix docs
1 parent 3de34a4 commit ce90ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ If the language server crashes, general logs are often helpful for diagnosing th
120120

121121
When investigating performance issues, we may request a performance trace of the language server to diagnose what is causing the problem. These are typically taken via [dotnet-trace](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-trace) (a cross platform tool to collect performance traces of .NET processes)
122122

123-
The C# extension has a built in command, `csharp.recordTrace` to help with trace collection. This command will install `dotnet-trace` as a global tool and invoke it against the language server.
123+
The C# extension has a built in command, `csharp.recordLanguageServerTrace` to help with trace collection. This command will install `dotnet-trace` as a global tool and invoke it against the language server.
124124

125-
1. Invoke the `csharp.recordTrace` command
125+
1. Invoke the record language server trace command
126126
![alt text](docs/recordTraceCommand.png)
127127
2. Select the folder to save the trace.
128128
3. Accept the default trace arguments, or change them if requested

0 commit comments

Comments
 (0)