mirror of https://github.com/arendst/Tasmota.git
add `Upload and Monitor` to VSC Pio Menu bar
This commit is contained in:
parent
948a82d75e
commit
e0d67cee44
|
@ -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…
Reference in New Issue