diff --git a/c_cpp_properties.json b/c_cpp_properties.json new file mode 100644 index 0000000..fe6bd42 --- /dev/null +++ b/c_cpp_properties.json @@ -0,0 +1,10 @@ +{ + "configurations": [ + { + "name": "CMake", + "compileCommands": "${config:cmake.buildDirectory}/compile_commands.json", + "configurationProvider": "ms-vscode.cmake-tools" + } + ], + "version": 4 +}