rpc-bridge/.vscode/c_cpp_properties.json
2023-10-13 03:54:34 +03:00

15 lines
333 B
JSON

{
"configurations": [
{
"name": "Windows",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "windows-gcc-x86"
}
],
"version": 4
}