diff options
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index eeb06c4f..00000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "process", - "args": [ - "build", - "${workspaceFolder}/Timeline/Timeline.csproj" - ], - "problemMatcher": "$tsc" - }, - { - "label": "publish", - "command": "dotnet", - "type": "process", - "args": [ - "publish", - "${workspaceFolder}/Timeline/Timeline.csproj" - ], - "problemMatcher": "$tsc" - }, - { - "label": "watch", - "command": "dotnet", - "type": "process", - "args": [ - "watch", - "run", - "${workspaceFolder}/Timeline/Timeline.csproj" - ], - "problemMatcher": "$tsc" - } - ] -}
\ No newline at end of file |