Files
player/.vscode/settings.json
andy fed557e2e1 解决一些软件bug
1.make.py添加输出源文件的命令
2.解决找不到usart设备导致文件管理无法退出卡死的问题
3.解决点击关于本机卡死的问题
4.解决工具界面中文工具显示乱码的问题
2025-07-05 23:48:54 +08:00

25 lines
549 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",
"mywin_inc.h": "c",
"mywin_user_status_bar.h": "c",
"elf.h": "c",
"string.h": "c",
"aftypes.h": "c",
"base.h": "c"
},
"cortex-debug.variableUseNaturalFormat": false,
"files.autoGuessEncoding": true,
"files.candidateGuessEncodings": [
"gb2312",
"utf8"
],
"files.encoding": "gb2312"
}