20 lines
No EOL
491 B
JSON
20 lines
No EOL
491 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerPath": "C:/Program Files/LLVM/bin/clang.exe",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "windows-clang-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |