Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ TUnit requires `Microsoft.Testing.Platform` support to be enabled in your IDE.

**Rider:** Settings > Build, Execution, Deployment > Unit Testing > Testing Platform > enable "Testing Platform support", then restart.

**VS Code:** Install C# Dev Kit, then set `"dotnet.testWindow.useTestingPlatformProtocol": true` in settings, then reload.
**VS Code:** Install C# Dev Kit, then reload.

If tests still don't appear after enabling, try a clean rebuild. In Visual Studio, deleting the `.vs` folder can help.

Expand Down
Loading