Skip to content

Commit

Permalink
cppConsole: Fix clean-arm64 duplicated
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Riesco <[email protected]>
  • Loading branch information
andreriesco authored and microhobby committed Dec 13, 2023
1 parent 39fc4f0 commit 4374713
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions cppConsole/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,23 +403,6 @@
"color": "terminal.ansiYellow"
}
},
{
"label": "clean-arm64",
"detail": "Clean the application build directory. `make clean`",
"command": "make",
"type": "shell",
"args": [
"clean",
"ARCH=x86_64"
],
"problemMatcher": [
"$gcc"
],
"icon": {
"id": "flame",
"color": "terminal.ansiYellow"
}
},
{
"label": "clean-local",
"detail": "Clean the local application build directory. `make clean`",
Expand Down

0 comments on commit 4374713

Please sign in to comment.