From e689f1eec81d7a1a34118072ebbf5ec10054656b Mon Sep 17 00:00:00 2001 From: IrisVega Date: Wed, 10 Jul 2024 17:17:03 +0800 Subject: [PATCH] new file: test.code-workspace --- test.code-workspace | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test.code-workspace diff --git a/test.code-workspace b/test.code-workspace new file mode 100644 index 0000000..d442db3 --- /dev/null +++ b/test.code-workspace @@ -0,0 +1,27 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "MicroPython.executeButton": [ + { + "text": "▶", + "tooltip": "运行", + "alignment": "left", + "command": "extension.executeFile", + "priority": 3.5 + } + ], + "MicroPython.syncButton": [ + { + "text": "$(sync)", + "tooltip": "同步", + "alignment": "left", + "command": "extension.execute", + "priority": 4 + } + ] + } +} \ No newline at end of file