Fix tests
[src/xds/xds-server.git] / .vscode / launch.json
index c12c80c..a5b082c 100644 (file)
@@ -24,6 +24,7 @@
             "program": "${workspaceRoot}/test",
             "env": {
                 "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}",
+                "VERBOSE": 1,
             },
             "args": ["-test.v", "-test.run", ".*"],
             "showLog": false