c_cpp_properties.json 583 B

123456789101112131415161718192021
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${workspaceFolder}/src/include/gen",
  7. "${workspaceFolder}/src/include",
  8. "${workspaceFolder}/extern/boost",
  9. "${workspaceFolder}/extern/libcds"
  10. ],
  11. "defines": [
  12. "DEV_BUILD"
  13. ],
  14. "compilerPath": "/usr/bin/clang",
  15. "cStandard": "c17",
  16. "cppStandard": "c++20",
  17. "intelliSenseMode": "linux-clang-x64"
  18. }
  19. ],
  20. "version": 4
  21. }