Files
ARBKVS/P5/.vscode/c_cpp_properties.json
2024-01-20 22:27:43 +01:00

18 lines
332 B
JSON

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