vscode-dotnet-test-explorer
vscode-dotnet-test-explorer copied to clipboard
Refresh the tests discovered don't work
When I add/rename/remove a test, the refresh action don't work on the text explorer. The refresh fail with the error :
Error running command extension.refreshObjectExplorerNode:
command extension.refreshObjectExplorerNode' not found.
This is likely caused by the extension that contributes extension.refreshObjectExplorerNode.
Actually, we need restart VS Code to refresh the tests discovered.
Asked informations :
- Dotnet sdk version
> dotnet --version
3.0.100
- Unit test framework and relevants versions of that
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="coverlet.collector" Version="1.0.1" />
- A link to a repo that replicated the issue https://github.com/Orwel/TextDataBuilder