rpc-bridge/.vscode/c_cpp_properties.json
2024-05-13 08:03:15 +03:00

15 lines
333 B
JSON

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