c_cpp_properties.json 374 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 { "configurations": [ { "name": "PX4", "includePath": [ "${workspaceFolder}/**" ], "defines": [], "macFrameworkPath": [], "configurationProvider": "ms-vscode.cmake-tools", "cppStandard": "c++14", "cStandard": "c11" } ], "version": 4 }