OMOTE/Platformio/.vscode/settings.json
2023-06-28 20:26:56 +02:00

8 lines
No EOL
206 B
JSON

{
"cmake.configureOnOpen": false,
"files.associations": {
"random": "cpp",
"array": "cpp"
},
"cmake.sourceDirectory": "${workspaceFolder}/.pio/libdeps/esp32/Adafruit BusIO"
}