File tree Expand file tree Collapse file tree
src/ServiceStack.Text/.vscode Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 0.2.0" ,
3+ "configurations" : [
4+ {
5+ "name" : " .NET Core Launch (console)" ,
6+ "type" : " coreclr" ,
7+ "request" : " launch" ,
8+ "preLaunchTask" : " build" ,
9+ "program" : " ${workspaceRoot}/tests/ServiceStack.Text.Tests/bin/Debug/netcoreapp1.0/ServiceStack.Text.Tests.dll" ,
10+ //"args": ["--test=ServiceStack.Text.Tests.AutoMappingTests.Can_create_Dictionary_default_value"],
11+ "cwd" : " ${workspaceRoot}" ,
12+ "stopAtEntry" : false ,
13+ "externalConsole" : false
14+ }
15+ ]
16+ }
Original file line number Diff line number Diff line change 88 "tasks" : [
99 {
1010 "taskName" : " build" ,
11- "args" : [ ],
11+ "args" : [ " tests/ServiceStack.Text.Tests " ],
1212 "isBuildCommand" : true ,
1313 "showOutput" : " silent" ,
1414 "problemMatcher" : " $msCompile"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments