From e1c2bc3a9e3a24fb25310e55b8da8edbd40f658f Mon Sep 17 00:00:00 2001 From: Ren Baoshuo Date: Wed, 7 Jul 2021 08:38:48 +0800 Subject: [PATCH] Add Portable C++ Properties Version --- .vscode/c_cpp_properties.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 1ee8fd6c..f39e5024 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -15,6 +15,21 @@ "cppStandard": "c++11", "intelliSenseMode": "gcc-x64" }, + { + "name": "Win32_Portable", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "compilerPath": "/Applications/mingw64/bin/g++.exe", + "cStandard": "c89", + "cppStandard": "c++11", + "intelliSenseMode": "gcc-x64" + }, { "name": "Linux", "includePath": [