1
0
Files
cDrive/.vscode/c_cpp_properties.json
2023-04-25 10:59:59 +08:00

17 lines
453 B
JSON

{
"configurations": [
{
"name": "MinGW64",
"includePath": [
"${workspaceFolder}/include",
"${workspaceFolder}",
"C:\\MinGW64\\include",
"C:\\MinGW64\\x86_64-w64-mingw32\\include"
],
"compilerPath": "C:\\MinGW64\\bin\\gcc.exe",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}