Skip to content

Commit

Permalink
tasks: Change some icons on run release and cmake clean tasks
Browse files Browse the repository at this point in the history
Change some icons on run-container-torizon-release-<arch> and
clean-<arch> (cmake template)

Signed-off-by: Andre Riesco <[email protected]>
  • Loading branch information
andreriesco authored and microhobby committed Oct 5, 2023
1 parent f20c6cb commit 1b1b4aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions assets/tasks/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@
],
"problemMatcher": "$msCompile",
"icon": {
"id": "flame",
"id": "run",
"color": "terminal.ansiYellow"
}
},
Expand Down Expand Up @@ -1693,7 +1693,7 @@
],
"problemMatcher": "$msCompile",
"icon": {
"id": "flame",
"id": "run",
"color": "terminal.ansiYellow"
}
},
Expand Down Expand Up @@ -1727,7 +1727,7 @@
],
"problemMatcher": "$msCompile",
"icon": {
"id": "flame",
"id": "run",
"color": "terminal.ansiYellow"
}
},
Expand Down Expand Up @@ -1761,7 +1761,7 @@
],
"problemMatcher": "$msCompile",
"icon": {
"id": "flame",
"id": "run",
"color": "terminal.ansiYellow"
}
},
Expand Down
6 changes: 3 additions & 3 deletions cmakeConsole/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"$gcc"
],
"icon": {
"id": "flame",
"id": "trash",
"color": "terminal.ansiYellow"
}
},
Expand All @@ -283,7 +283,7 @@
"$gcc"
],
"icon": {
"id": "flame",
"id": "trash",
"color": "terminal.ansiYellow"
},
"dependsOrder": "sequence",
Expand Down Expand Up @@ -314,7 +314,7 @@
"$gcc"
],
"icon": {
"id": "flame",
"id": "trash",
"color": "terminal.ansiYellow"
},
"dependsOrder": "sequence",
Expand Down

0 comments on commit 1b1b4aa

Please sign in to comment.