LedBars/LedBars.code-workspace

19 lines
234 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "RpiLedBars"
}
],
"settings": {
"files.associations": {
"stdlib.h": "c",
"websocket.h": "c",
"stdint.h": "c",
"stdint-gcc.h": "c",
"rpi_param.h": "c"
}
}
}