{ "version": "2.0.0", "tasks": [ { "label": "build ImageCatalog Avalonia", "type": "process", "command": "dotnet", "args": [ "build", "${workspaceFolder:Catalog}/imagecatalog/ImageCatalog 2.csproj", "--configuration", "Debug" ], "problemMatcher": "$msCompile", "group": "build" } ] }