18 lines
342 B
JSON
18 lines
342 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "macos-clang-arm64",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"compilerPath": "/usr/bin/clang",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "macos-clang-arm64",
|
||
|
"compilerArgs": [
|
||
|
""
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|