Skip to content

Instantly share code, notes, and snippets.

@rampadc
Last active June 14, 2020 11:49
Show Gist options
  • Save rampadc/46d866f505f596e14561d99da26567a4 to your computer and use it in GitHub Desktop.
Save rampadc/46d866f505f596e14561d99da26567a4 to your computer and use it in GitHub Desktop.
Win32 ESP32 c_cpp_properties.json
{
"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