CompileFlags:
  Add: 
    - "-I${workspaceFolder}/src"
    - "-I/opt/homebrew/include"
    - "-I/opt/homebrew/Cellar/boost/1.86.0_2/include"
    - "-I/opt/homebrew/Cellar/nlohmann-json/3.11.3/include"
  Remove: 
    - "-W*"
    - "-std=*"
  Compiler: clang++

Diagnostics:
  ClangTidy:
    Add: 
      - modernize*
      - performance*
    Remove: 
      - modernize-use-trailing-return-type
  UnusedIncludes: Strict

Index:
  Background: Build 