{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "C:\\Keil_MDK\\C51\\INC\\**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE", "sbit=char", "code=const", "xdata=", "data=", "idata=", "sfr=char", "interrupt=", "bit=u8" ] // , // "compilerPath": "D:\\mingw64\\bin\\gcc.exe", // "cStandard": "c17", // "cppStandard": "gnu++14", // "intelliSenseMode": "windows-gcc-x64" } ], "version": 4 }