mirror of
https://github.com/NanjingForestryUniversity/valveboard.git
synced 2025-11-09 06:44:07 +00:00
19 lines
644 B
JSON
19 lines
644 B
JSON
{
|
|
"terminal.integrated.shell.windows": "D:\\Program Files\\Git\\bin\\bash.exe",
|
|
"terminal.external.windowsExec": "D:\\Program Files\\Git\\bin\\bash.exe",
|
|
"files.associations": {
|
|
"main.h": "c",
|
|
"usart.h": "c",
|
|
"sys.h": "c",
|
|
"stm32f10x.h": "c",
|
|
"led.h": "c",
|
|
"system_stm32f10x.h": "c",
|
|
"stm32f10x_rcc.h": "c",
|
|
"valve.h": "c",
|
|
"stm32f10x_gpio.h": "c"
|
|
},
|
|
"cortex-debug.armToolchainPath": "D:\\Program Files\\gcc-arm-none-eabi\\bin",
|
|
"C_Cpp.clang_format_sortIncludes": true,
|
|
"C_Cpp.clang_format_style": "Visual Studio",
|
|
"files.encoding": "gbk"
|
|
} |