|
@@ -12,7 +12,7 @@
|
12
|
12
|
{
|
13
|
13
|
"namespace": "process-palette",
|
14
|
14
|
"action": "PIO Build",
|
15
|
|
- "command": "python buildroot/share/atom/auto_build.py build",
|
|
15
|
+ "command": "python buildroot/share/vscode/auto_build.py build",
|
16
|
16
|
"arguments": [],
|
17
|
17
|
"cwd": "{projectPath}",
|
18
|
18
|
"inputDialogs": [],
|
|
@@ -55,7 +55,7 @@
|
55
|
55
|
{
|
56
|
56
|
"namespace": "process-palette",
|
57
|
57
|
"action": "PIO Clean",
|
58
|
|
- "command": "python buildroot/share/atom/auto_build.py clean",
|
|
58
|
+ "command": "python buildroot/share/vscode/auto_build.py clean",
|
59
|
59
|
"arguments": [],
|
60
|
60
|
"cwd": "{projectPath}",
|
61
|
61
|
"inputDialogs": [],
|
|
@@ -98,7 +98,7 @@
|
98
|
98
|
{
|
99
|
99
|
"namespace": "process-palette",
|
100
|
100
|
"action": "PIO Upload",
|
101
|
|
- "command": "python buildroot/share/atom/auto_build.py upload",
|
|
101
|
+ "command": "python buildroot/share/vscode/auto_build.py upload",
|
102
|
102
|
"arguments": [],
|
103
|
103
|
"cwd": "{projectPath}",
|
104
|
104
|
"inputDialogs": [],
|
|
@@ -141,7 +141,7 @@
|
141
|
141
|
{
|
142
|
142
|
"namespace": "process-palette",
|
143
|
143
|
"action": "PIO Upload (traceback)",
|
144
|
|
- "command": "python buildroot/share/atom/auto_build.py traceback",
|
|
144
|
+ "command": "python buildroot/share/vscode/auto_build.py traceback",
|
145
|
145
|
"arguments": [],
|
146
|
146
|
"cwd": "{projectPath}",
|
147
|
147
|
"inputDialogs": [],
|
|
@@ -184,7 +184,7 @@
|
184
|
184
|
{
|
185
|
185
|
"namespace": "process-palette",
|
186
|
186
|
"action": "PIO Upload using Programmer",
|
187
|
|
- "command": "python buildroot/share/atom/auto_build.py program",
|
|
187
|
+ "command": "python buildroot/share/vscode/auto_build.py program",
|
188
|
188
|
"arguments": [],
|
189
|
189
|
"cwd": "{projectPath}",
|
190
|
190
|
"inputDialogs": [],
|
|
@@ -227,7 +227,7 @@
|
227
|
227
|
{
|
228
|
228
|
"namespace": "process-palette",
|
229
|
229
|
"action": "PIO Test",
|
230
|
|
- "command": "python buildroot/share/atom/auto_build.py test",
|
|
230
|
+ "command": "python buildroot/share/vscode/auto_build.py test",
|
231
|
231
|
"arguments": [],
|
232
|
232
|
"cwd": "{projectPath}",
|
233
|
233
|
"inputDialogs": [],
|
|
@@ -270,7 +270,7 @@
|
270
|
270
|
{
|
271
|
271
|
"namespace": "process-palette",
|
272
|
272
|
"action": "PIO Debug",
|
273
|
|
- "command": "python buildroot/share/atom/auto_build.py debug",
|
|
273
|
+ "command": "python buildroot/share/vscode/auto_build.py debug",
|
274
|
274
|
"arguments": [],
|
275
|
275
|
"cwd": "{projectPath}",
|
276
|
276
|
"inputDialogs": [],
|
|
@@ -313,7 +313,7 @@
|
313
|
313
|
{
|
314
|
314
|
"namespace": "process-palette",
|
315
|
315
|
"action": "PIO Remote",
|
316
|
|
- "command": "python buildroot/share/atom/auto_build.py remote",
|
|
316
|
+ "command": "python buildroot/share/vscode/auto_build.py remote",
|
317
|
317
|
"arguments": [],
|
318
|
318
|
"cwd": "{projectPath}",
|
319
|
319
|
"inputDialogs": [],
|