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.

12 lines
345 B

  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "compilerPath": "/usr/bin/g++",
  6. "cStandard": "gnu11",
  7. "cppStandard": "gnu++14",
  8. "intelliSenseMode": "linux-gcc-x64",
  9. "compileCommands": "${workspaceFolder}/build/compile_commands.json"
  10. }
  11. ],
  12. "version": 4
  13. }