RLidentityDepracated/.vscode/c_cpp_properties.json
2026-04-28 02:34:32 +03:00

22 lines
394 B
JSON

{
"version": 4,
"configurations": [
{
"name": "Win32",
"compilerPath": "cl.exe",
"intelliSenseMode": "windows-msvc-x64",
"cStandard": "c17",
"cppStandard": "c++14",
"includePath": [
"${workspaceFolder}",
"${workspaceFolder}/**"
],
"browse": {
"path": [
"${workspaceFolder}"
]
}
}
]
}