From 0d2f168471cc4a836b3d8286dbc64abd797f99c3 Mon Sep 17 00:00:00 2001 From: Erwin <4255748+erwinkramer@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:19:44 +0200 Subject: [PATCH] Simplify VS Code testing setup instructions Updated VS Code setup instructions for testing. --- docs/docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index 087d6cdfea..60688b3425 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -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.