18 lines
No EOL
342 B
JSON
18 lines
No EOL
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
|
|
} |