Vscode.Tasktype execution = [ | `ProcessExecution of ProcessExecution.t| `ShellExecution of ShellExecution.t| `CustomExecution of CustomExecution.t ]val make :
definition:TaskDefinition.t ->
scope:TaskScope.t ->
name:string ->
source:string ->
?execution:execution ->
?problemMatchers:string list ->
unit ->
tval definition : t -> TaskDefinition.tval scope : t -> TaskScope.t optionval name : t -> stringval detail : t -> string optionval isBackground : t -> boolval source : t -> stringval group : t -> TaskGroup.t optionval presentationOptions : t -> TaskPresentationOptions.tval runOptions : t -> RunOptions.tval set_group : t -> TaskGroup.t -> unit