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.

16 lines
408 B

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