This repository has been archived on 2025-02-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Pivot/.vscode/c_cpp_properties.json
2024-02-24 19:22:57 +01:00

12 lines
258 B
JSON

{
"configurations": [
{
"name": "Linux",
"defines": [],
"cStandard": "c17",
"cppStandard": "c++17",
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}