VSCodeConfigHelper / v4

VS Code C++ 配置器
https://vscch.guyutongxue.site
GNU General Public License v3.0
270 stars 9 forks source link

Missing `setupCommand` for GDB #41

Closed guyutongxue closed 6 months ago

guyutongxue commented 6 months ago
      "setupCommands": [
        {
          "description": "Enable pretty-printing for gdb",
          "text": "-enable-pretty-printing",
          "ignoreFailures": true
        }
      ]