generated from hulk/gd32e23x_template_cmake_vscode
20 lines
679 B
JSON
20 lines
679 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"
|
|
},
|
|
} |