desktop/.vscode/settings.json

10 lines
252 B
JSON

{
"files.autoSave": "onWindowChange",
"cSpell.words": [
"Itertools",
"Leds"
],
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "/Users/ivan/.espressif/tools/openocd-esp32/v0.11.0-esp32-20211220/openocd-esp32/share/openocd/scripts"
}
}