diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index da0ec7f..4bb8f11 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -8,7 +8,7 @@ "defines": [], "cStandard": "c17", "cppStandard": "gnu++17", - "intelliSenseMode": "windows-gcc-x86" + "intelliSenseMode": "windows-gcc-x64" } ], "version": 4 diff --git a/.vscode/settings.json b/.vscode/settings.json index 2c7f1dc..100cfa0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,12 +1,3 @@ { - "C_Cpp.default.compilerPath": "/usr/bin/i686-w64-mingw32-gcc", - "files.associations": { - "*.su": "tsv", - "thread": "cpp", - "bitset": "cpp", - "initializer_list": "cpp", - "windows.h": "c", - "namedpipeapi.h": "c", - "*.rh": "c" - } + "C_Cpp.default.compilerPath": "/usr/bin/x86_64-w64-mingw32-gcc", } \ No newline at end of file