Task

Undocumented in source.

Members

Enums

Group
enum Group
Undocumented in source.

Variables

definition
JsonValue definition;

the default JSON task

exec
string[] exec;

command to execute

group
Group group;

clean | build | rebuild | test

isBackground
bool isBackground;

true if this is a background task without shown console

name
string name;

name of the task

problemMatchers
string[] problemMatchers;

problem matchers to use

scope_
string scope_;

global | workspace | uri of workspace folder

source
string source;

Task source extension name

Meta