{ "terminal.integrated.tabs.enabled": true, "terminal.integrated.profiles.windows": { "Git Bash": { "path": "C:\\Program Files\\Git\\bin\\bash.exe", "icon": "terminal-bash" }, "Git-Bash": { "path": "D:\\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, }