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.

15 lines
321 B

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