where did .vscode come from?

This commit is contained in:
paukstelis
2022-05-18 10:21:59 -04:00
parent 982edc3741
commit 61ba65b50c

27
.vscode/settings.json vendored
View File

@@ -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')"
]
}