mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
14 lines
365 B
JSON
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"
|
|
}
|
|
} |