From 07a5f4a42ae3cc73072eb0e9675a0a3cffbc61d7 Mon Sep 17 00:00:00 2001 From: blit Date: Fri, 29 Dec 2023 16:23:16 +0700 Subject: [PATCH] Delete .vscode folder --- .vscode/settings.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 29819fc..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "MicroPython.executeButton": [ - { - "text": "▶", - "tooltip": "Run", - "alignment": "left", - "command": "extension.executeFile", - "priority": 3.5 - } - ], - "MicroPython.syncButton": [ - { - "text": "$(sync)", - "tooltip": "sync", - "alignment": "left", - "command": "extension.execute", - "priority": 4 - } - ] -} \ No newline at end of file