You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.0 KiB
66 lines
2.0 KiB
[
|
|
|
|
{
|
|
"caption": "Auto Build",
|
|
"children": [
|
|
{
|
|
"caption": "PIO Build",
|
|
"command": "webdevshell",
|
|
"args": {
|
|
"command": "python buildroot/share/vscode/auto_build.py build"
|
|
}
|
|
},
|
|
{
|
|
"caption": "PIO Clean",
|
|
"command": "webdevshell",
|
|
"args": {
|
|
"command": "python buildroot/share/vscode/auto_build.py clean"
|
|
}
|
|
},
|
|
{
|
|
"caption": "PIO Upload",
|
|
"command": "webdevshell",
|
|
"args": {
|
|
"command": "python buildroot/share/vscode/auto_build.py upload"
|
|
}
|
|
},
|
|
{
|
|
"caption": "PIO Upload (traceback)",
|
|
"command": "webdevshell",
|
|
"args": {
|
|
"command": "python buildroot/share/vscode/auto_build.py traceback"
|
|
}
|
|
},
|
|
{
|
|
"caption": "PIO Upload using Programmer",
|
|
"command": "webdevshell",
|
|
"args": {
|
|
"command": "python buildroot/share/vscode/auto_build.py program"
|
|
}
|
|
},
|
|
{
|
|
"caption": "PIO Test",
|
|
"command": "webdevshell",
|
|
"args": {
|
|
"command": "python buildroot/share/vscode/auto_build.py test"
|
|
}
|
|
},
|
|
{
|
|
"caption": "PIO Debug",
|
|
"command": "webdevshell",
|
|
"args": {
|
|
"command": "python buildroot/share/vscode/auto_build.py debug"
|
|
}
|
|
},
|
|
{
|
|
"caption": "PIO Remote",
|
|
"command": "webdevshell",
|
|
"args": {
|
|
"command": "python buildroot/share/vscode/auto_build.py remote"
|
|
}
|
|
}
|
|
],
|
|
"id": "AutoBuild",
|
|
"mnemonic": "A"
|
|
}
|
|
]
|
|
|