Skip to content

Commit 19384e1

Browse files
authored
Remove mention of non-existent "Dotnet > Server: Trace" setting (#8352)
2 parents 97fc71b + 5f8493f commit 19384e1

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,7 @@ For more information you can:
3030
If you don’t want to take advantage of the great Language Server features, you can revert back to using OmniSharp by going to the Extension settings and setting `dotnet.server.useOmnisharp` to true. Next, uninstall or disable C# Dev Kit. Finally, restart VS Code for this to take effect.
3131

3232
## Found a Bug?
33-
To file a new issue:
34-
35-
1. Open the Command Palette with Ctrl+Shift+P (Cmd+Shift+P on macOS), type "Open Settings (UI)", and press Enter.
36-
2. Search for "trace" in the search bar. 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-
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 “CSharp: Report an issue”, and press Enter.
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 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-
9. Click the “Preview on GitHub” button, and then file the issue.
44-
45-
Alternatively, you could visit https://github.com/dotnet/vscode-csharp/issues and file a new issue there.
33+
To file a new issue, follow the instructions at https://github.com/dotnet/vscode-csharp/blob/main/SUPPORT.md.
4634

4735
## Contributing
4836

0 commit comments

Comments
 (0)