|
@@ -47,14 +47,6 @@
|
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
|
50
|
"command": "pioupload",
|
59
|
51
|
"title": "PIO Upload",
|
60
|
52
|
"icon": {
|
|
@@ -69,6 +61,14 @@
|
69
|
61
|
"light": "resources/T48x48_light.svg",
|
70
|
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
|
74
|
"menus": {
|
|
@@ -78,15 +78,15 @@
|
78
|
78
|
"group": "navigation@1"
|
79
|
79
|
},
|
80
|
80
|
{
|
81
|
|
- "command": "pioclean",
|
|
81
|
+ "command": "pioupload",
|
82
|
82
|
"group": "navigation@2"
|
83
|
83
|
},
|
84
|
84
|
{
|
85
|
|
- "command": "pioupload",
|
|
85
|
+ "command": "piotraceback",
|
86
|
86
|
"group": "navigation@3"
|
87
|
87
|
},
|
88
|
88
|
{
|
89
|
|
- "command": "piotraceback",
|
|
89
|
+ "command": "pioclean",
|
90
|
90
|
"group": "navigation@4"
|
91
|
91
|
}
|
92
|
92
|
]
|