mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-19 12:27:16 +00:00
add Upload and Monitor
to VSC Pio Menu bar
This commit is contained in:
parent
948a82d75e
commit
e0d67cee44
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -7,12 +7,12 @@
|
||||
},
|
||||
{
|
||||
"text": "$(trash)",
|
||||
"tooltip": "PlatformIO: Clean active environment",
|
||||
"tooltip": "PlatformIO: Clean",
|
||||
"commands": "platformio-ide.clean"
|
||||
},
|
||||
{
|
||||
"text": "$(check)",
|
||||
"tooltip": "PlatformIO: Build active environment",
|
||||
"tooltip": "PlatformIO: Build",
|
||||
"commands": "platformio-ide.build"
|
||||
},
|
||||
{
|
||||
@ -30,6 +30,11 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "$(arrow-right)",
|
||||
"tooltip": "PlatformIO: Upload and Monitor",
|
||||
"commands": "platformio-ide.uploadAndMonitor"
|
||||
},
|
||||
{
|
||||
"text": "$(error)",
|
||||
"tooltip": "PlatformIO: Erase Flash",
|
||||
|
Loading…
x
Reference in New Issue
Block a user