From bdbac2dce09dfeeff62bca981ee7efd11a4daf6c Mon Sep 17 00:00:00 2001 From: s1n Date: Tue, 13 Aug 2019 01:36:04 -0700 Subject: Create c_cpp_properties.json --- Visual Studio Code/.vscode/c_cpp_properties.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Visual Studio Code/.vscode/c_cpp_properties.json diff --git a/Visual Studio Code/.vscode/c_cpp_properties.json b/Visual Studio Code/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..7c672e9 --- /dev/null +++ b/Visual Studio Code/.vscode/c_cpp_properties.json @@ -0,0 +1,20 @@ +{ + "configurations": [ + { + "name": "Win32", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "compilerPath": "C:\\mingw-w64\\mingw64\\bin\\gcc.exe", + "cStandard": "c11", + "cppStandard": "c++17", + "intelliSenseMode": "gcc-x64" + } + ], + "version": 4 +} -- cgit v1.2.3