diff --git a/文档/.vscode/c_cpp_properties.json b/文档/.vscode/c_cpp_properties.json index 97b96fc..65b9b7c 100644 --- a/文档/.vscode/c_cpp_properties.json +++ b/文档/.vscode/c_cpp_properties.json @@ -1,25 +1,25 @@ -{ - "configurations": [ - { - "name": "Win32", - "compilerArgs": [ - "-fexec-charset=GBK" - ], - "includePath": [ - "${workspaceFolder}/**", - "C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/10.3.0/**", - "C:/TDM-GCC-64/x86_64-w64-mingw32/include/**" - ], - "defines": [ - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "compilerPath": "C:/TDM-GCC-64/bin/gcc.exe", - "cStandard": "c11", - "cppStandard": "c++17", - "intelliSenseMode": "gcc-x64" - } - ], - "version": 4 +{ + "configurations": [ + { + "name": "Win32", + "compilerArgs": [ + "-fexec-charset=GBK" + ], + "includePath": [ + "${workspaceFolder}/**", + "C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/10.3.0/**", + "C:/TDM-GCC-64/x86_64-w64-mingw32/include/**" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "compilerPath": "C:/TDM-GCC-64/bin/gcc.exe", + "cStandard": "c11", + "cppStandard": "c++17", + "intelliSenseMode": "gcc-x64" + } + ], + "version": 4 } \ No newline at end of file