UNPKG

generator-indysoft-web-core

Version:

Yeoman generator for IndySoft WEB Core

123 lines 3.48 kB
{ "version": "2.0.0", "runner": "terminal", "tasks": [ { "label": "Build", "dependsOrder": "sequence", "dependsOn": [ "Echo", "Active" ] }, { "label": "Echo", "type": "shell", "command": "echo 'Building...'", "problemMatcher": [] }, { "label": "Sleepdelay", "type": "shell", "command": "sleep ${config:TMS.options.electron.debug.delay}", "windows": { "command": "ping 127.0.0.1 -n ${config:TMS.options.electron.debug.delay} > '${workspaceFolder}\\.vscode\\null.txt'" }, "group": "none", "presentation": { "reveal": "silent", "panel": "new" } }, { "label": "Active", "type": "build", "operation": "compile", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [ "$tmswebcoreerror", "$tmswebcorewarning" ] }, { "label": "Debug", "type": "build", "operation": "compile", "buildconfiguration": "Debug", "group": "build", "problemMatcher": [ "$tmswebcoreerror", "$tmswebcorewarning" ] }, { "label": "Build-Win32", "type": "build", "operation": "compile", "buildconfiguration": "Build-Win32", "group": "build", "problemMatcher": [ "$tmswebcoreerror", "$tmswebcorewarning" ] }, { "label": "Build-Win64", "type": "build", "operation": "compile", "buildconfiguration": "Build-Win64", "group": "build", "problemMatcher": [ "$tmswebcoreerror", "$tmswebcorewarning" ] }, { "label": "Build-MacOS32", "type": "build", "operation": "compile", "buildconfiguration": "Build-MacOS32", "group": "build", "problemMatcher": [ "$tmswebcoreerror", "$tmswebcorewarning" ] }, { "label": "Build-MacOS64", "type": "build", "operation": "compile", "buildconfiguration": "Build-MacOS64", "group": "build", "problemMatcher": [ "$tmswebcoreerror", "$tmswebcorewarning" ] }, { "label": "Build-Linux32", "type": "build", "operation": "compile", "buildconfiguration": "Build-Linux32", "group": "build", "problemMatcher": [ "$tmswebcoreerror", "$tmswebcorewarning" ] }, { "label": "Build-Linux64", "type": "build", "operation": "compile", "buildconfiguration": "Build-Linux64", "group": "build", "problemMatcher": [ "$tmswebcoreerror", "$tmswebcorewarning" ] } ] }