From 87e101c35b9c6505c9aa8f7c09037c84669e001d Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Thu, 9 Dec 2021 12:47:19 +0800 Subject: [PATCH] fix: fix c++ intellisense mode --- .vscode/c_cpp_properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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