-
Notifications
You must be signed in to change notification settings - Fork 30k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rm from liveDependenceis/encounteredTasks
- Loading branch information
1 parent
73ea851
commit 4cfa4f8
Showing
5 changed files
with
225 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "shell", | ||
"command": "sleep 2", | ||
"label": "sleeper", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task1", | ||
"dependsOn": ["sleeper"], | ||
"label": "task1", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task2", | ||
"dependsOn": ["task1"], | ||
"label": "task2", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task3", | ||
"dependsOn": ["task1"], | ||
"label": "task3", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task4... && sleep 3 && echo ...done", | ||
"dependsOn": ["task2", "task3"], | ||
"label": "task4", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
}, | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "shell", | ||
"command": "sleep 2", | ||
"label": "sleeper", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task1", | ||
"dependsOn": ["sleeper"], | ||
"label": "task1", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task2", | ||
"dependsOn": ["task1"], | ||
"label": "task2", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task3", | ||
"dependsOn": ["task1"], | ||
"label": "task3", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task4... && sleep 3 && echo ...done", | ||
"dependsOn": ["task2", "task3"], | ||
"label": "task4", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
}, | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "shell", | ||
"command": "sleep 2", | ||
"label": "sleeper", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task1", | ||
"dependsOn": ["sleeper"], | ||
"label": "task1", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task2", | ||
"dependsOn": ["task1"], | ||
"label": "task2", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task3", | ||
"dependsOn": ["task1"], | ||
"label": "task3", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
} | ||
}, | ||
{ | ||
"type": "shell", | ||
"command": "echo task4... && sleep 3 && echo ...done", | ||
"dependsOn": ["task2", "task3"], | ||
"label": "task4", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"reveal": "always", | ||
"group": "sleepers", | ||
"close": false | ||
}, | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
} | ||
] | ||
} |