Advertisement
anhkiet2507

c_cpp_properties.json

Aug 16th, 2022
1,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.42 KB | None | 0 0
  1. {
  2.     "configurations": [
  3.         {
  4.             "name": "Mac",
  5.             "includePath": [
  6.                 "${workspaceFolder}/**"
  7.             ],
  8.             "defines": [],
  9.             "macFrameworkPath": [],
  10.             "compilerPath": "/usr/bin/clang++",
  11.             "cStandard": "c11",
  12.             "cppStandard": "c++11",
  13.             "intelliSenseMode": "macos-clang-x64"
  14.         }
  15.     ],
  16.     "version": 4
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement