Advertisement
GregLeblanc

Untitled

Feb 15th, 2025
107
0
359 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.85 KB | None | 0 0
  1. {
  2.     "tasks": [
  3.         {
  4.             "type": "cppbuild",
  5.             "label": "C/C++: clang++ build active file",
  6.             "command": "/usr/bin/clang++",
  7.             "args": [
  8.                 "-fcolor-diagnostics",
  9.                 "-fansi-escape-codes",
  10.                 "-g",
  11.                 "${file}",
  12.                 "-o",
  13.                 "${fileDirname}/${fileBasenameNoExtension}",
  14.                 "--include-directory=/opt/homebrew/Cellar/root/6.32.08/include/root"
  15.             ],
  16.             "options": {
  17.                 "cwd": "${fileDirname}"
  18.             },
  19.             "problemMatcher": [
  20.                 "$gcc"
  21.             ],
  22.             "group": {
  23.                 "kind": "build",
  24.                 "isDefault": true
  25.             },
  26.             "detail": "Task generated by Debugger."
  27.         }
  28.     ],
  29.     "version": "2.0.0"
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement