10 lines
311 B
JSON
10 lines
311 B
JSON
{
|
|
"python.pythonPath": "/usr/bin/python3",
|
|
"python.autoComplete.extraPaths": [
|
|
"/home/simon/Projekte/PyCharmProjekts/LED-Server"
|
|
],
|
|
"files.autoSave": "onFocusChange",
|
|
"arduino.skipHeaderProvider": true,
|
|
"arduino.path": "/opt/arduino-1.8.3",
|
|
"arduino.commandPath": "arduino"
|
|
} |