noita_entangled_worlds/.vscode/c_cpp_properties.json
2024-09-27 19:31:14 +03:00

15 lines
No EOL
329 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}