Files
player/.vscode/settings.json

25 lines
549 B
JSON
Raw Normal View History

2025-06-27 00:32:57 +08:00
{
2025-06-28 18:16:25 +08:00
"cmake.ignoreCMakeListsMissing": true,
"files.associations": {
"ft2build.h": "c",
2025-06-28 22:15:49 +08:00
"ftheader.h": "c",
"stm32f4xx_fsmc.h": "c",
2025-06-29 11:20:46 +08:00
"stm32f4xx.h": "c",
"libc.h": "c",
"*.txt": "c",
2025-07-01 00:09:47 +08:00
"*.tmp": "c",
"mywin_inc.h": "c",
"mywin_user_status_bar.h": "c",
"elf.h": "c",
2025-07-05 19:47:28 +08:00
"string.h": "c",
"aftypes.h": "c",
"base.h": "c"
},
2025-07-05 19:47:28 +08:00
"cortex-debug.variableUseNaturalFormat": false,
"files.autoGuessEncoding": true,
"files.candidateGuessEncodings": [
"gb2312",
"utf8"
],
"files.encoding": "gb2312"
2025-06-27 00:32:57 +08:00
}