mirror of https://github.com/arendst/Tasmota.git
parent
dad059737d
commit
2b0234c299
|
@ -34,5 +34,6 @@ lib/libesp32/berry/berry
|
||||||
.vscode/.browse.c_cpp.db*
|
.vscode/.browse.c_cpp.db*
|
||||||
.vscode/c_cpp_properties.json
|
.vscode/c_cpp_properties.json
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
|
.vscode/settings.json
|
||||||
*.bak
|
*.bak
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
|
|
@ -0,0 +1,49 @@
|
||||||
|
{
|
||||||
|
"platformio-ide.toolbar": [
|
||||||
|
{
|
||||||
|
"text": "$(trash)",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"id": "workbench.action.tasks.runTask",
|
||||||
|
"args": "PlatformIO: Clean All"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "$(check)",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"id": "workbench.action.tasks.runTask",
|
||||||
|
"args": "PlatformIO: Build"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "$(zap)",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"id": "workbench.action.tasks.runTask",
|
||||||
|
"args": "PlatformIO: Upload"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "$(flame)",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"id": "platformio-ide.runPIOCoreCommand",
|
||||||
|
"args": "pio run -t erase_upload"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "$(device-desktop)",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"id": "workbench.action.tasks.runTask",
|
||||||
|
"args": "PlatformIO: Monitor"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue