{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "G:\\Software\\keil\\ARM\\Keil_V5\\ARM\\ARMCLANG\\include" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "windowsSdkVersion": "8.1", "compilerPath": "cl.exe", "cStandard": "c99", "cppStandard": "c++17", "intelliSenseMode": "windows-msvc-x64", "configurationProvider": "cmsis-csolution" } ], "version": 4 }