c_cpp_properties.json 460 B

1234567891011121314151617
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${workspaceFolder}/**"
  7. ],
  8. "defines": [],
  9. "compilerPath": "/usr/bin/clang-6.0",
  10. "cStandard": "c11",
  11. "cppStandard": "c++14",
  12. "intelliSenseMode": "linux-clang-x64",
  13. "compileCommands": "${workspaceFolder}/build/compile_commands.json"
  14. }
  15. ],
  16. "version": 4
  17. }