2023-04-10 14:55:09 -07:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Win32",
|
|
|
|
"includePath": [
|
|
|
|
"${workspaceFolder}/**"
|
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"_DEBUG",
|
|
|
|
"UNICODE",
|
|
|
|
"_UNICODE",
|
2023-07-18 20:33:00 -07:00
|
|
|
"GEN_TIME"
|
2023-04-10 14:55:09 -07:00
|
|
|
],
|
|
|
|
"windowsSdkVersion": "10.0.19041.0",
|
2023-08-19 05:21:28 -07:00
|
|
|
// "compilerPath": "C:/Users/Ed/scoop/apps/llvm/current/bin/clang++.exe",
|
|
|
|
"compilerPath": "C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe",
|
|
|
|
"intelliSenseMode": "msvc-x64",
|
|
|
|
// "intelliSenseMode": "windows-clang-x64",
|
2023-08-04 13:12:13 -07:00
|
|
|
"compileCommands": "${workspaceFolder}/project/build/compile_commands.json"
|
2023-04-10 14:55:09 -07:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|