[vscode] Enable unit tests

This commit is contained in:
Frederik Carlier
2019-12-04 22:29:11 +01:00
parent 61dd29c536
commit 31ad134b3c

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"dotnet-test-explorer.testProjectPath": "**/*Tests.csproj"
}