diff --git a/.vscode/settings.json b/.vscode/settings.json index b8138e019..268cfeab7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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",