{ "version": "2.0.0", "tasks": [ { "label": "build Fuchs", "type": "process", "command": "dotnet", "args": [ "build", "${workspaceFolder}/Fuchs/Fuchs.csproj", "--configuration", "Debug", "/p:RestoreIgnoreFailedSources=true", "/p:RestoreConfigFile=${workspaceFolder}/NuGet.config" ], "problemMatcher": "$msCompile", "group": { "kind": "build", "isDefault": true } }, { "label": "gulp: all", "type": "shell", "command": "npx", "args": [ "gulp", "all" ], "options": { "cwd": "${workspaceFolder}/Fuchs" }, "problemMatcher": [] }, { "label": "gulp: min", "type": "shell", "command": "npx", "args": [ "gulp", "min" ], "options": { "cwd": "${workspaceFolder}/Fuchs" }, "problemMatcher": [], "group": "build" }, { "label": "gulp: copy", "type": "shell", "command": "npx", "args": [ "gulp", "copy" ], "options": { "cwd": "${workspaceFolder}/Fuchs" }, "problemMatcher": [] }, { "label": "gulp: min:js", "type": "shell", "command": "npx", "args": [ "gulp", "min:js" ], "options": { "cwd": "${workspaceFolder}/Fuchs" }, "problemMatcher": [] }, { "label": "gulp: min:css", "type": "shell", "command": "npx", "args": [ "gulp", "min:css" ], "options": { "cwd": "${workspaceFolder}/Fuchs" }, "problemMatcher": [] }, { "label": "gulp: min:scss", "type": "shell", "command": "npx", "args": [ "gulp", "min:scss" ], "options": { "cwd": "${workspaceFolder}/Fuchs" }, "problemMatcher": [] }, { "label": "gulp: min:html", "type": "shell", "command": "npx", "args": [ "gulp", "min:html" ], "options": { "cwd": "${workspaceFolder}/Fuchs" }, "problemMatcher": [] }, { "label": "gulp: watch", "type": "shell", "command": "npx", "args": [ "gulp", "watch" ], "options": { "cwd": "${workspaceFolder}/Fuchs" }, "isBackground": true, "problemMatcher": [] } ] }