OMOTE/Platformio/.vscode/settings.json

8 lines
206 B
JSON
Raw Normal View History

2023-06-28 14:26:56 -04:00
{
"cmake.configureOnOpen": false,
"files.associations": {
"random": "cpp",
"array": "cpp"
},
"cmake.sourceDirectory": "${workspaceFolder}/.pio/libdeps/esp32/Adafruit BusIO"
}