27 lines
677 B
JSON
27 lines
677 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "macos-clang-x64",
|
|
"includePath": [
|
|
"/"
|
|
]
|
|
},
|
|
{
|
|
"name": "mloc",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "macos-clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |