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.

17 lines
526 B

2 years ago
4 months ago
2 years ago
4 months ago
2 years ago
  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "${workspaceFolder}/src",
  8. "${workspaceFolder}/libs/tomlplusplus/"
  9. ],
  10. "compilerPath": "/usr/bin/g++",
  11. "cStandard": "gnu11",
  12. "cppStandard": "c++17",
  13. "intelliSenseMode": "linux-gcc-x64",
  14. "compileCommands": "${workspaceFolder}/build/compile_commands.json"
  15. }
  16. ],
  17. "version": 4
  18. }