mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
parent
dad059737d
commit
2b0234c299
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,5 +34,6 @@ lib/libesp32/berry/berry
|
||||
.vscode/.browse.c_cpp.db*
|
||||
.vscode/c_cpp_properties.json
|
||||
.vscode/launch.json
|
||||
.vscode/settings.json
|
||||
*.bak
|
||||
*.code-workspace
|
||||
|
49
.vscode/settings.json
vendored
Normal file
49
.vscode/settings.json
vendored
Normal file
@ -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…
x
Reference in New Issue
Block a user