{
    "configurations": [
      {
        "name": "Linux",
        "intelliSenseMode": "linux-gcc-x64",
        "compilerPath": "/usr/bin/g++",
        "cStandard": "c17",
        "cppStandard": "c++23",
        "includePath": [
            "${workspaceFolder}/dropshell-tool/src",
            "${workspaceFolder}/dropshell-tool/src/autogen"
        ]
        // ... other settings ...
      }
    ],
    "version": 4
  }