d503e088创建于 2025年12月11日历史提交
// © 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
}