27 lines
813 B
JSON
27 lines
813 B
JSON
{
|
|
"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')"
|
|
]
|
|
} |