The latest version of VS Code already provides an easy way of running a single test as pointed on Tyler Long\'s answer to the question Debugging xunit tests in .NET Core and
There is a much easier way to run all tests:
dotnet-test-explorer.testProjectPath to the folder path of .NET Core test project in settings.json