blob: 8e5d7874a31b881dfeaf6cd5d1e063a2f5357470 [file] [log] [blame]
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/tools/toolutil",
"${workspaceFolder}/tools/ctestfw",
"${workspaceFolder}/common",
"${workspaceFolder}/i18n"
],
"defines": [
"U_DISABLE_RENAMING=1"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}