open-story-teller/software/.vscode/settings.json
2023-06-05 06:42:00 +02:00

14 lines
365 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"
}
}