esp32_bluetooth_classic_sni.../.vscode/settings.json

11 lines
235 B
JSON
Raw Permalink Normal View History

2021-09-06 01:45:23 +00:00
{
"editor.formatOnSave": true,
"python.formatting.autopep8Args": [
"--ignore",
"E402"
],
"python.autoComplete.extraPaths": [
"libs"
2021-09-09 21:37:02 +00:00
],
"python.pythonPath": "runtime/install/bin/python3"
2021-09-06 01:45:23 +00:00
}