No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

c_cpp_properties.json 369B

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