From 64083c902e9915b6820bc21b207f39f2eadefb49 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 19 Feb 2023 21:52:35 +0100 Subject: [PATCH] Delete settings.json (#18001) --- .vscode/settings.json | 75 ------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0188fe67c..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "platformio-ide.toolbar": [ - { - "text": "$(home)", - "tooltip": "PlatformIO: Home", - "commands": [ - { - "id": "platformio-ide.runPIOCoreCommand", - "args": "pio home" - } - ] - }, - { - "text": "$(trash)", - "tooltip": "PlatformIO: Clean All", - "commands": [ - { - "id": "workbench.action.tasks.runTask", - "args": "PlatformIO: Clean All" - } - ] - }, - { - "text": "$(check)", - "tooltip": "PlatformIO: Build", - "commands": [ - { - "id": "workbench.action.tasks.runTask", - "args": "PlatformIO: Build" - } - ] - }, - { - "text": "$(zap)", - "tooltip": "PlatformIO: Build and Upload", - "commands": [ - { - "id": "workbench.action.tasks.runTask", - "args": "PlatformIO: Upload" - } - ] - }, - { - "text": "$(flame)", - "tooltip": "PlatformIO: Build, Erase and Upload", - "commands": [ - { - "id": "platformio-ide.runPIOCoreCommand", - "args": "pio run -t erase_upload" - } - ] - }, - { - "text": "$(device-desktop)", - "tooltip": "PlatformIO: Serial Monitor", - "commands": [ - { - "id": "workbench.action.tasks.runTask", - "args": "PlatformIO: Monitor" - } - ] - }, - { - "text": "$(refresh)", - "tooltip": "PlatformIO: Rebuild IntelliSense Index", - "commands": [ - { - "id": "workbench.action.tasks.runTask", - "args": "PlatformIO: Rebuild IntelliSense Index" - } - ] - } - ] -} -