diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b732378ca3..eb8edc4f29 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,46 +1,3 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "Build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "group": { - "kind": "build", - "isDefault": true - }, - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - }, - { - "label": "Format", - "command": "dotnet", - "type": "shell", - "args": ["format"], - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - }, - { - "label": "Run docs server", - "command": "mkdocs", - "type": "shell", - "args": ["serve"], - "presentation": { - "reveal": "silent", - "revealProblems": "onProblem" - } - } - ] -} { "version": "2.0.0", "tasks": [