From 32d444edca5f8af005e140a00009d43f182d919d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 9 May 2026 13:34:04 +0200 Subject: [PATCH] Add esp-decoder.disconnect command to settings --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index d509769a2..f53d1f9d2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,6 +19,7 @@ "text": "Upload", "tooltip": "PlatformIO: Flash firmware (NO build run)", "commands": [ + "esp-decoder.disconnect", { "id": "platformio-ide.runPIOCoreCommand", "args": "pio run -t nobuild -t factory_flash -e ${command:platformio-ide.activeEnvironment}" @@ -34,6 +35,7 @@ "text": "$(flame)", "tooltip": "PlatformIO: Build, Erase and Upload", "commands": [ + "esp-decoder.disconnect", { "id": "platformio-ide.runPIOCoreCommand", "args": "pio run -t erase_upload -e ${command:platformio-ide.activeEnvironment}" @@ -44,6 +46,7 @@ "text": "$(error)", "tooltip": "PlatformIO: Erase Flash", "commands": [ + "esp-decoder.disconnect", { "id": "platformio-ide.runPIOCoreCommand", "args": "pio run -t nobuild -t erase -e ${command:platformio-ide.activeEnvironment}"