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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@ If you don’t want to take advantage of the great Language Server features, you
32
32
## Found a Bug?
33
33
To file a new issue:
34
34
35
-
1. Go to “Settings” and search for Trace in the search bar.
36
-
2.From the drop-down, set Dotnet > Server to Trace. This will provide more output information for the developer team to diagnose the issue.
37
-
3. Reload the window by opening the Command Palette with Ctrl + Shift + P (Cmd + Shift + P on macOS), type "Reload Window," and press Enter.
38
-
4. Next, check the C# logs in the Output Window by opening it with Ctrl + Shift + U and selecting C# from the dropdown.
35
+
1. Go to Settings (UI) and search for "trace" in the search bar.
36
+
2.Under "Dotnet > Server: Trace" select "Trace" from the drop down. This will provide more output information.
37
+
3. Reload the window by opening the Command Palette with Ctrl+Shift+P (Cmd+Shift+P on macOS), type "Reload Window", and press Enter.
38
+
4. Next, check the C# logs in the Output Window by opening it with Ctrl+Shift+U (Cmd+Shift+U on macOS), and select C# from the dropdown.
39
39
5. Select and copy all the text in the log, and then report the issue through VS Code.
40
-
6. Open the Command Palette with Ctrl + Shift + P (Cmd + Shift + P on macOS), type and select “CSharp: Report an issue”
40
+
6. Open the Command Palette with Ctrl+Shift+P (Cmd+Shift+P on macOS), type “CSharp: Report an issue”, and press Enter.
41
41
7. This will open a window with all the necessary information related to the C# extension, dotnet version, mono version, etc.
42
-
8. Paste the previously copied log into the “Steps to Reproduce” field. Please also include a description of what you were doing/attempting to do at the time the problem occurred.
42
+
8. Paste the previously copied C# log into the “Steps to Reproduce” field. Please also include a description of what you were doing/attempting to do at the time the problem occurred.
43
43
9. Click the “Preview on GitHub” button, and then file the issue.
44
44
45
45
Alternatively, you could visit https://github.com/dotnet/vscode-csharp/issues and file a new issue there.
0 commit comments