blob: 4720f9362640694cdf6365a4b5303f53ac4b6b3a [file] [log] [blame]
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
{
"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
}