{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**" ], "configurationProvider": "ms-vscode.cmake-tools" }, { "name": "Mac", "includePath": [ "${workspaceFolder}/**" ], "configurationProvider": "ms-vscode.cmake-tools" }, { "name": "Linux", "includePath": [ "${workspaceFolder}/**", "/usr/include/**" ], "configurationProvider": "ms-vscode.cmake-tools" } ], "version": 4 }