vscode-dotnet-test-explorer icon indicating copy to clipboard operation
vscode-dotnet-test-explorer copied to clipboard

Refresh the tests discovered don't work

Open vernou opened this issue 5 years ago • 0 comments

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 :

  1. Dotnet sdk version
> dotnet --version
3.0.100
  1. 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" />
  1. A link to a repo that replicated the issue https://github.com/Orwel/TextDataBuilder

vernou avatar Nov 02 '19 09:11 vernou