Skip to content

Commit 759c234

Browse files
committed
[add] VS Code assets
1 parent adbc10c commit 759c234

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.vscode/tasks.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "Build",
6+
"command": "dotnet",
7+
"type": "shell",
8+
"args": [
9+
"build"
10+
],
11+
"options": {
12+
"cwd": "src"
13+
},
14+
"group": {
15+
"kind": "build",
16+
"isDefault": true
17+
},
18+
"problemMatcher": "$msCompile"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)