c_cpp_properties.json 630 B

1234567891011121314151617181920
  1. {
  2. "configurations": [
  3. {
  4. "name": "Mac",
  5. "includePath": [
  6. "${workspaceFolder}/**"
  7. ],
  8. "defines": [],
  9. "macFrameworkPath": [
  10. "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
  11. ],
  12. "compilerPath": "/usr/bin/clang",
  13. "cStandard": "c23",
  14. "cppStandard": "c++23",
  15. "intelliSenseMode": "macos-clang-arm64",
  16. "configurationProvider": "vector-of-bool.cmake-tools"
  17. }
  18. ],
  19. "version": 4
  20. }