generated from hulk/gd32e23x_template_cmake_vscode
b280589e71
- 覆盖 Src/Inc/SDK/LD/doc 等源码文件 - 保留 cmake 构建配置和 Git 历史不变 - 来源: 内网 LDC1612_last_version
26 lines
872 B
JSON
26 lines
872 B
JSON
{
|
|
"terminal.integrated.tabs.enabled": true,
|
|
"terminal.integrated.profiles.windows": {
|
|
"Git Bash": {
|
|
"path": "C:\\Program Files\\Git\\bin\\bash.exe",
|
|
"icon": "terminal-bash"
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.windows": "Git Bash",
|
|
"clang-format.assumeFilename": ".clang-format",
|
|
"clang-format.executable": "clang-format",
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
"cmake.configureOnOpen": true,
|
|
"cmake.buildDirectory": "${workspaceFolder}/Build",
|
|
"vcpkg.storageLocation": "C:\\Dev\\Tools\\vcpkg",
|
|
"files.associations": {
|
|
"*.h": "c",
|
|
"*.c": "c",
|
|
"array": "c",
|
|
"string": "c",
|
|
"string_view": "c",
|
|
"ranges": "c",
|
|
"span": "c"
|
|
},
|
|
"cortex-debug.variableUseNaturalFormat": true,
|
|
} |