Files
jminos/.vscode/c_cpp_properties.json

11 lines
169 B
JSON

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