Files
player/.vscode/settings.json

13 lines
277 B
JSON

{
"cmake.ignoreCMakeListsMissing": true,
"files.associations": {
"ft2build.h": "c",
"ftheader.h": "c",
"stm32f4xx_fsmc.h": "c",
"stm32f4xx.h": "c",
"libc.h": "c",
"*.txt": "c",
"*.tmp": "c"
},
"cortex-debug.variableUseNaturalFormat": false
}