github.com/volts-dev/volts@v0.0.0-20240120094013-5e9c65924106/.vscode/launch.json (about)

     1  {
     2      // 使用 IntelliSense 了解相关属性。 
     3      // 悬停以查看现有属性的描述。
     4      // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
     5      "version": "0.2.0",
     6      "configurations": [
     7          {
     8              "name": "Launch file",
     9              "type": "go",
    10              "request": "launch",
    11              "mode": "debug",
    12              "program": "${file}"
    13          },
    14          {
    15              "name": "Launch",
    16              "type": "go",
    17              "request": "launch",
    18              "mode": "auto",
    19              "program": "${fileDirname}",
    20              "env": {},
    21              "args": []
    22          }
    23      ]
    24  }