Browse Source

Change AutoBuild button order

Scott Lahteine 5 years ago
parent
commit
1f48eaf03a
1 changed files with 11 additions and 11 deletions
  1. 11
    11
      buildroot/share/vscode/AutoBuildMarlin/package.json

+ 11
- 11
buildroot/share/vscode/AutoBuildMarlin/package.json View File

47
         }
47
         }
48
       },
48
       },
49
       {
49
       {
50
-        "command": "pioclean",
51
-        "title": "PIO Clean",
52
-        "icon": {
53
-          "light": "resources/C48x48_light.svg",
54
-          "dark": "resources/C48x48_dark.svg"
55
-        }
56
-      },
57
-      {
58
         "command": "pioupload",
50
         "command": "pioupload",
59
         "title": "PIO Upload",
51
         "title": "PIO Upload",
60
         "icon": {
52
         "icon": {
69
           "light": "resources/T48x48_light.svg",
61
           "light": "resources/T48x48_light.svg",
70
           "dark": "resources/T48x48_dark.svg"
62
           "dark": "resources/T48x48_dark.svg"
71
         }
63
         }
64
+      },
65
+      {
66
+        "command": "pioclean",
67
+        "title": "PIO Clean",
68
+        "icon": {
69
+          "light": "resources/C48x48_light.svg",
70
+          "dark": "resources/C48x48_dark.svg"
71
+        }
72
       }
72
       }
73
     ],
73
     ],
74
     "menus": {
74
     "menus": {
78
           "group": "navigation@1"
78
           "group": "navigation@1"
79
         },
79
         },
80
         {
80
         {
81
-          "command": "pioclean",
81
+          "command": "pioupload",
82
           "group": "navigation@2"
82
           "group": "navigation@2"
83
         },
83
         },
84
         {
84
         {
85
-          "command": "pioupload",
85
+          "command": "piotraceback",
86
           "group": "navigation@3"
86
           "group": "navigation@3"
87
         },
87
         },
88
         {
88
         {
89
-          "command": "piotraceback",
89
+          "command": "pioclean",
90
           "group": "navigation@4"
90
           "group": "navigation@4"
91
         }
91
         }
92
       ]
92
       ]

Loading…
Cancel
Save