Skip to content

Instantly share code, notes, and snippets.

@KevinDJones
Last active November 15, 2018 05:13
Show Gist options
  • Save KevinDJones/dd3f6a5d343b8054db1e9e61e28e418b to your computer and use it in GitHub Desktop.
Save KevinDJones/dd3f6a5d343b8054db1e9e61e28e418b to your computer and use it in GitHub Desktop.
{
"label":"test",
"command":"dotnet",
"type":"process",
"args":[
"test",
"${workspaceFolder}/test/MyProject.Tests.csproj"
],
"problemMatcher":"$msCompile",
"group":{
"kind":"test",
"isDefault":true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment