open-story-teller/software/.vscode/settings.json
2023-07-12 17:10:51 +02:00

31 lines
797 B
JSON

{
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"files.associations": {
"**/frontmatter.json": "jsonc",
"**/.frontmatter/config/*.json": "jsonc",
"diskio.h": "c",
"ost_hal.h": "c",
"stdint.h": "c",
"sdcard.h": "c",
"ff.h": "c",
"debug.h": "c",
"ffconf.h": "c",
"picture.h": "c",
"ost_tasker.h": "c",
"audio_pio.h": "c",
"audio_player.h": "c",
"compare": "c",
"pio.h": "c",
"*.tcc": "c",
"memory_resource": "c",
"memory": "c",
"ostream": "c",
"streambuf": "c",
"random": "c",
"algorithm": "c",
"gpio.h": "c",
"pico_i2s.h": "c",
"stdlib.h": "c",
"os.h": "c"
}
}