2018-05-22 09:04:51 +02:00
|
|
|
[
|
|
|
|
|
|
|
|
{
|
|
|
|
"caption": "Auto Build",
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"caption": "PIO Build",
|
|
|
|
"command": "webdevshell",
|
|
|
|
"args": {
|
2020-01-12 02:28:41 +01:00
|
|
|
"command": "python buildroot/share/vscode/auto_build.py build"
|
2018-05-22 09:04:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"caption": "PIO Clean",
|
|
|
|
"command": "webdevshell",
|
|
|
|
"args": {
|
2020-01-12 02:28:41 +01:00
|
|
|
"command": "python buildroot/share/vscode/auto_build.py clean"
|
2018-05-22 09:04:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"caption": "PIO Upload",
|
|
|
|
"command": "webdevshell",
|
|
|
|
"args": {
|
2020-01-12 02:28:41 +01:00
|
|
|
"command": "python buildroot/share/vscode/auto_build.py upload"
|
2018-05-22 09:04:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"caption": "PIO Upload (traceback)",
|
|
|
|
"command": "webdevshell",
|
|
|
|
"args": {
|
2020-01-12 02:28:41 +01:00
|
|
|
"command": "python buildroot/share/vscode/auto_build.py traceback"
|
2018-05-22 09:04:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"caption": "PIO Upload using Programmer",
|
|
|
|
"command": "webdevshell",
|
|
|
|
"args": {
|
2020-01-12 02:28:41 +01:00
|
|
|
"command": "python buildroot/share/vscode/auto_build.py program"
|
2018-05-22 09:04:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"caption": "PIO Test",
|
|
|
|
"command": "webdevshell",
|
|
|
|
"args": {
|
2020-01-12 02:28:41 +01:00
|
|
|
"command": "python buildroot/share/vscode/auto_build.py test"
|
2018-05-22 09:04:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"caption": "PIO Debug",
|
|
|
|
"command": "webdevshell",
|
|
|
|
"args": {
|
2020-01-12 02:28:41 +01:00
|
|
|
"command": "python buildroot/share/vscode/auto_build.py debug"
|
2018-05-22 09:04:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"caption": "PIO Remote",
|
|
|
|
"command": "webdevshell",
|
|
|
|
"args": {
|
2020-01-12 02:28:41 +01:00
|
|
|
"command": "python buildroot/share/vscode/auto_build.py remote"
|
2018-05-22 09:04:51 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"id": "AutoBuild",
|
|
|
|
"mnemonic": "A"
|
|
|
|
}
|
2019-09-11 03:07:03 +02:00
|
|
|
]
|