Skip to content
Snippets Groups Projects
Commit 1f48eaf0 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Change AutoBuild button order

parent d49d40f7
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment