Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 7cbc1ea

Browse files
committed
Move VS Code files to the root folder
1 parent 94cb4e0 commit 7cbc1ea

File tree

3 files changed

+17
-53
lines changed

3 files changed

+17
-53
lines changed

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"tasks": [
99
{
1010
"taskName": "build",
11-
"args": [ ],
11+
"args": [ "tests/ServiceStack.Text.Tests" ],
1212
"isBuildCommand": true,
1313
"showOutput": "silent",
1414
"problemMatcher": "$msCompile"

src/ServiceStack.Text/.vscode/launch.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)