Files
ARBKVS/P1/.vscode/c_cpp_properties.json
S170H ec783fd3b6 P2
2023-11-11 21:35:59 +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
}