1{ 2 "configurations": [ 3 { 4 "name": "Linux", 5 "includePath": [ 6 "${workspaceFolder}/tools/toolutil", 7 "${workspaceFolder}/tools/ctestfw", 8 "${workspaceFolder}/common", 9 "${workspaceFolder}/i18n" 10 ], 11 "defines": [ 12 "U_DISABLE_RENAMING=1" 13 ], 14 "compilerPath": "/usr/bin/clang", 15 "cStandard": "c11", 16 "cppStandard": "c++17", 17 "intelliSenseMode": "clang-x64" 18 } 19 ], 20 "version": 4 21}