diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 3ec2c860..4a5994dc 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -43,7 +43,7 @@ "compilerPath": "/usr/bin/g++", "cStandard": "c17", "cppStandard": "c++14", - "intelliSenseMode": "gcc-x64", + "intelliSenseMode": "linux-gcc-x64", "compilerArgs": [ "-lm", "-O2" @@ -51,4 +51,4 @@ } ], "version": 4 -} +} \ No newline at end of file