From 1321bb9f01ff1bf0b8ec8852d5e71b5d8bbee353 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 5 Dec 2019 10:29:27 -0300 Subject: [PATCH] Adding vscode settings. --- .vscode/c_cpp_properties.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+), 0 deletions(-) create mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..921c88f --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,24 @@ +{ + "configurations": [ + { + "name": "Win32", + "includePath": [ + "${workspaceFolder}/**", + "${env:PW3270_SDK_PATH}/include", + "${vcpkgRoot}/x64-windows-static/include" + ], + "defines": [ + "_DEBUG", + "DEBUG", + "UNICODE", + "_UNICODE" + ], + "windowsSdkVersion": "10.0.18362.0", + "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe", + "cStandard": "c11", + "cppStandard": "c++17", + "intelliSenseMode": "msvc-x64" + } + ], + "version": 4 +} \ No newline at end of file -- libgit2 0.21.2