Skip to content

Commit

Permalink
vscode tasks with emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmishra committed Sep 29, 2024
1 parent 19533b3 commit d21f29c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "Generate CMake Build",
"label": "⚙️ Generate Build",
"type": "shell",
"command": "make",
"args": [
Expand All @@ -31,7 +31,7 @@
}
},
{
"label": "Delete CMake Build",
"label": "🗑️ Delete Build",
"type": "shell",
"command": "make delbuild",
"group": "build",
Expand All @@ -45,7 +45,7 @@
}
},
{
"label": "Build Project",
"label": "⚒️ Build Project",
"type": "shell",
"command": "make build",
"group": "build",
Expand All @@ -59,7 +59,7 @@
}
},
{
"label": "Clean Project",
"label": "🧹 Clean Project",
"type": "shell",
"command": "make clean",
"group": "build",
Expand Down Expand Up @@ -101,7 +101,7 @@
}
},
{
"label": "Run Project",
"label": "▶️ Run Project",
"type": "shell",
"command": "make run",
"presentation": {
Expand Down

0 comments on commit d21f29c

Please sign in to comment.