diff --git a/assets/tasks/common.json b/assets/tasks/common.json index d93fe79af..f283f45c4 100644 --- a/assets/tasks/common.json +++ b/assets/tasks/common.json @@ -1659,7 +1659,7 @@ ], "problemMatcher": "$msCompile", "icon": { - "id": "flame", + "id": "run", "color": "terminal.ansiYellow" } }, @@ -1693,7 +1693,7 @@ ], "problemMatcher": "$msCompile", "icon": { - "id": "flame", + "id": "run", "color": "terminal.ansiYellow" } }, @@ -1727,7 +1727,7 @@ ], "problemMatcher": "$msCompile", "icon": { - "id": "flame", + "id": "run", "color": "terminal.ansiYellow" } }, @@ -1761,7 +1761,7 @@ ], "problemMatcher": "$msCompile", "icon": { - "id": "flame", + "id": "run", "color": "terminal.ansiYellow" } }, diff --git a/cmakeConsole/.vscode/tasks.json b/cmakeConsole/.vscode/tasks.json index 5009bdb75..862b9dbbc 100644 --- a/cmakeConsole/.vscode/tasks.json +++ b/cmakeConsole/.vscode/tasks.json @@ -256,7 +256,7 @@ "$gcc" ], "icon": { - "id": "flame", + "id": "trash", "color": "terminal.ansiYellow" } }, @@ -283,7 +283,7 @@ "$gcc" ], "icon": { - "id": "flame", + "id": "trash", "color": "terminal.ansiYellow" }, "dependsOrder": "sequence", @@ -314,7 +314,7 @@ "$gcc" ], "icon": { - "id": "flame", + "id": "trash", "color": "terminal.ansiYellow" }, "dependsOrder": "sequence",