c_cpp_properties.json 489 B

123456789101112131415161718
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "${workspaceFolder}/include/**"
  8. ],
  9. "defines": [],
  10. "compilerPath": "/usr/bin/clang",
  11. "cStandard": "c17",
  12. "cppStandard": "c++17",
  13. "intelliSenseMode": "linux-clang-x64",
  14. "configurationProvider": "ms-vscode.makefile-tools"
  15. }
  16. ],
  17. "version": 4
  18. }