Files
jminos/.vscode/c_cpp_properties.json
2025-03-22 11:00:31 +01:00

10 lines
168 B
JSON

{
"configurations": [
{
"name": "jminos",
"cppStandard": "c++20",
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}