You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path to SDK (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/) is missing, hence include error. I'm not sure if that's vscode-cpptools or vscode-cmake-tools fault.
The text was updated successfully, but these errors were encountered:
Environment
Bug Summary and Steps to Reproduce
Minimal repo to reproduce: https://gist.github.com/alexbatalov/d364a78251d0c0d887a221a2cc0cf41f
Select
unix makefiles
preset, observe there is no include error in themain.c
. Selectxcode
preset, observe include error.Configuration and Logs
Other Extensions
ms-vscode.cmake-tools (1.19.52)
Additional context
Here is diagnostics log from
unix makefiles
preset:And here are for the
xcode
preset:Path to SDK (
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk/
) is missing, hence include error. I'm not sure if that'svscode-cpptools
orvscode-cmake-tools
fault.The text was updated successfully, but these errors were encountered: