Change AutoBuild button order
This commit is contained in:
		| @@ -46,14 +46,6 @@ | ||||
|           "dark": "resources/B48x48_dark.svg" | ||||
|         } | ||||
|       }, | ||||
|       { | ||||
|         "command": "pioclean", | ||||
|         "title": "PIO Clean", | ||||
|         "icon": { | ||||
|           "light": "resources/C48x48_light.svg", | ||||
|           "dark": "resources/C48x48_dark.svg" | ||||
|         } | ||||
|       }, | ||||
|       { | ||||
|         "command": "pioupload", | ||||
|         "title": "PIO Upload", | ||||
| @@ -69,6 +61,14 @@ | ||||
|           "light": "resources/T48x48_light.svg", | ||||
|           "dark": "resources/T48x48_dark.svg" | ||||
|         } | ||||
|       }, | ||||
|       { | ||||
|         "command": "pioclean", | ||||
|         "title": "PIO Clean", | ||||
|         "icon": { | ||||
|           "light": "resources/C48x48_light.svg", | ||||
|           "dark": "resources/C48x48_dark.svg" | ||||
|         } | ||||
|       } | ||||
|     ], | ||||
|     "menus": { | ||||
| @@ -78,15 +78,15 @@ | ||||
|           "group": "navigation@1" | ||||
|         }, | ||||
|         { | ||||
|           "command": "pioclean", | ||||
|           "command": "pioupload", | ||||
|           "group": "navigation@2" | ||||
|         }, | ||||
|         { | ||||
|           "command": "pioupload", | ||||
|           "command": "piotraceback", | ||||
|           "group": "navigation@3" | ||||
|         }, | ||||
|         { | ||||
|           "command": "piotraceback", | ||||
|           "command": "pioclean", | ||||
|           "group": "navigation@4" | ||||
|         } | ||||
|       ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user