add `Upload and Monitor` to VSC Pio Menu bar

This commit is contained in:
Jason2866 2023-03-19 23:26:32 +01:00 committed by GitHub
parent 948a82d75e
commit e0d67cee44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -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",