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
Persson-dev 2af915057a
All checks were successful
Linux arm64 / Build (push) Successful in 2m29s
fix intellisense
2024-05-11 19:44:43 +02:00

11 lines
258 B
JSON

{
"configurations": [
{
"name": "Pivot",
"cppStandard": "c++20",
"includePath": ["include"],
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json"
}
],
"version": 4
}