desktop/.vscode/settings.json

11 lines
268 B
JSON
Raw Permalink Normal View History

2023-03-18 13:46:46 +08:00
{
2023-04-01 18:43:49 +08:00
"files.autoSave": "onWindowChange",
"cSpell.words": [
2023-04-01 23:32:31 +08:00
"Itertools",
"Leds",
"unlisten"
2023-04-15 18:58:40 +08:00
],
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "/Users/ivan/.espressif/tools/openocd-esp32/v0.11.0-esp32-20211220/openocd-esp32/share/openocd/scripts"
}
2023-03-18 13:46:46 +08:00
}