From 53a1850ce2a253c574113684ac38c8ed31b1d0ae Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 17 Mar 2018 14:18:14 +0100 Subject: Add callback functions for operations --- .vscode/c_cpp_properties.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index aff2d2c..9c1a147 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -40,6 +40,7 @@ ], "defines": [], "intelliSenseMode": "clang-x64", + "compileCommands": "${workspaceRoot}/compile_commands.json", "browse": { "path": [ "/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/../../../../include/c++/7.2.1", -- cgit v1.2.3