{ "version": "2.0.0", "tasks": [ { "label": "build dll", "type": "shell", "group": { "kind": "build", "isDefault": true }, "command": "dotnet build Source \n del Source/obj -r", }, ] }