Skip to content

Commit c29253b

Browse files
committed
put tasks in alphabetical order
1 parent e7601ef commit c29253b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.vscode/tasks.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,31 +36,30 @@
3636
},
3737
"problemMatcher": []
3838
},
39-
{
40-
"label": "Debug: PowerPoint Desktop",
39+
{
40+
"label": "Debug: Outlook Desktop",
4141
"type": "npm",
42-
"script": "start:desktop -- --app powerpoint",
42+
"script": "start:desktop -- --app outlook",
4343
"presentation": {
4444
"clear": true,
4545
"panel": "dedicated"
4646
},
4747
"problemMatcher": []
4848
},
4949
{
50-
"label": "Debug: Word Desktop",
50+
"label": "Debug: PowerPoint Desktop",
5151
"type": "npm",
52-
"script": "start:desktop -- --app word",
52+
"script": "start:desktop -- --app powerpoint",
5353
"presentation": {
5454
"clear": true,
5555
"panel": "dedicated"
5656
},
5757
"problemMatcher": []
5858
},
59-
6059
{
61-
"label": "Debug: Outlook Desktop",
60+
"label": "Debug: Word Desktop",
6261
"type": "npm",
63-
"script": "start:desktop -- --app outlook",
62+
"script": "start:desktop -- --app word",
6463
"presentation": {
6564
"clear": true,
6665
"panel": "dedicated"

0 commit comments

Comments
 (0)