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)",
|
"text": "$(trash)",
|
||||||
"tooltip": "PlatformIO: Clean active environment",
|
"tooltip": "PlatformIO: Clean",
|
||||||
"commands": "platformio-ide.clean"
|
"commands": "platformio-ide.clean"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "$(check)",
|
"text": "$(check)",
|
||||||
"tooltip": "PlatformIO: Build active environment",
|
"tooltip": "PlatformIO: Build",
|
||||||
"commands": "platformio-ide.build"
|
"commands": "platformio-ide.build"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,11 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "$(arrow-right)",
|
||||||
|
"tooltip": "PlatformIO: Upload and Monitor",
|
||||||
|
"commands": "platformio-ide.uploadAndMonitor"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "$(error)",
|
"text": "$(error)",
|
||||||
"tooltip": "PlatformIO: Erase Flash",
|
"tooltip": "PlatformIO: Erase Flash",
|
||||||
|
|
Loading…
Reference in New Issue