diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 87c2743a..1ee8fd6c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -14,6 +14,21 @@ "cStandard": "c89", "cppStandard": "c++11", "intelliSenseMode": "gcc-x64" + }, + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "compilerPath": "/usr/bin/g++", + "cStandard": "c89", + "cppStandard": "c++11", + "intelliSenseMode": "gcc-x64" } ], "version": 4