diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index dbb5e00..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,27 +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 - } - ], - "python.autoComplete.extraPaths": [ - "/home/paul/.vscode/extensions/rt-thread.rt-thread-micropython-1.0.8/microExamples/code-completion" - ], - "python.linting.pylintArgs": [ - "--init-hook", - "import sys; sys.path.append('/home/paul/.vscode/extensions/rt-thread.rt-thread-micropython-1.0.8/microExamples/code-completion')" - ] -} \ No newline at end of file