{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**", "${WUT_ROOT}/include", "../librw" ], "defines": [ "__WIIU__", "__WUT__", "LIBRW", "AUDIO_OAL", "BIGENDIAN", "__FILENAME__=\"a\"" ], "compilerPath": "/usr/bin/gcc", "cStandard": "gnu18", "cppStandard": "gnu++14", "intelliSenseMode": "gcc-x64" } ], "version": 4 }