diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 730bdb6..db7271b 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,8 @@ { "name": "Pivot", "cppStandard": "c++20", - "includePath": ["include"] + "includePath": ["include"], + "compileCommands": "${workspaceFolder}/.vscode/compile_commands.json" } ], "version": 4