{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**" ], "cStandard": "c17", "intelliSenseMode": "windows-gcc-x64" }, { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "cStandard": "c17" }, { "name": "Mac", "includePath": [ "${workspaceFolder}/**" ], "cStandard": "c17" } ], "enableConfigurationSquiggles": true, "version": 4 }