github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/.vimspector.json (about)

     1  {
     2    "configurations": {
     3      "Run Test": {
     4        "adapter": "vscode-go",
     5        "configuration": {
     6          "request": "launch",
     7          "program": "${fileDirname}",
     8          "mode": "test",
     9          "dlvToolPath": "$HOME/go/bin/dlv",
    10  		 "args": [
    11                  "-test.v",
    12                  "-test.run",
    13                  "${Test}"
    14              ]
    15  	  }
    16      }
    17    }
    18  }