mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
23 lines
794 B
JSON
23 lines
794 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"GEN_TIME"
|
|
],
|
|
"windowsSdkVersion": "10.0.19041.0",
|
|
// "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",
|
|
"compileCommands": "${workspaceFolder}/project/build/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |