open-story-teller/software/.vscode/settings.json

46 lines
1.2 KiB
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",
"system_error": "c",
"timer.h": "c",
"pico.h": "c",
"platform.h": "c",
"config.h": "c",
"rp2040.h": "c",
"numbers": "c",
"systick.h": "c",
"critical_section.h": "c",
"serializers.h": "c",
"cstring": "c",
"typeinfo": "c",
"mutex.h": "c",
"sem.h": "c",
"msc_disk.h": "c"
}
}