diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 6305194..c21f7d9 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -5,7 +5,7 @@ "includePath": [ "${workspaceFolder}/**" ], - "compilerPath": "D:/Program Files/mingw64/bin/gcc.exe", + "compilerPath": "D:/settings/mingw64/bin/gcc.exe", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "windows-gcc-x64",