Skip to content

Commit 58ce252

Browse files
committed
Enhance task labels with emojis for better visibility in tasks.json
1 parent fbe5561 commit 58ce252

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vscode/tasks.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.0.0",
55
"tasks": [
66
{
7-
"label": "Run Ruff Formatter",
7+
"label": "🧽 Run Ruff Formatter",
88
"command": "ruff",
99
"args": [
1010
"format"
@@ -27,7 +27,7 @@
2727
"type": "shell"
2828
},
2929
{
30-
"label": "Run Ruff Linter",
30+
"label": "🔦 Run Ruff Linter",
3131
"command": "ruff",
3232
"args": [
3333
"check",
@@ -50,7 +50,7 @@
5050
"type": "shell"
5151
},
5252
{
53-
"label": "Run Pylint",
53+
"label": "🔦 Run Pylint",
5454
"command": "pylint",
5555
"args": [
5656
"plotpy",
@@ -138,7 +138,7 @@
138138
"type": "shell"
139139
},
140140
{
141-
"label": "Run pytest",
141+
"label": "🚀 Run pytest",
142142
"command": "cmd",
143143
"args": [
144144
"/c",
@@ -220,7 +220,7 @@
220220
}
221221
},
222222
{
223-
"label": "Clean Up",
223+
"label": "🧹 Clean Up",
224224
"type": "shell",
225225
"command": "cmd",
226226
"args": [

0 commit comments

Comments
 (0)