lwshell/.vscode/c_cpp_properties.json

23 lines
645 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}\\dev\\",
"${workspaceFolder}\\lwshell\\src\\include\\"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "windows-gcc-x86",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}