Last active
June 14, 2020 11:49
-
-
Save rampadc/46d866f505f596e14561d99da26567a4 to your computer and use it in GitHub Desktop.
Win32 ESP32 c_cpp_properties.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"configurations": [ | |
{ | |
"name": "Win32", | |
"includePath": [ | |
"${workspaceFolder}/**", | |
"${env:IDF_PATH}/components/**", | |
"${env:ADF_PATH}/components/**" | |
], | |
"browse": { | |
"path": [ | |
"${env:IDF_PATH}/components/", | |
"${env:ADF_PATH}/components/" | |
], | |
"limitSymbolsToIncludedHeaders": false | |
}, | |
"defines": [ | |
"_DEBUG", | |
"UNICODE", | |
"_UNICODE" | |
], | |
"windowsSdkVersion": "10.0.18362.0", | |
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x64/cl.exe", | |
"cStandard": "c11", | |
"cppStandard": "c++17", | |
"intelliSenseMode": "msvc-x64", | |
"configurationProvider": "ms-vscode.cmake-tools" | |
} | |
], | |
"version": 4 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment