diff --git a/support/test/go/hello_world/.vimspector.json b/support/test/go/hello_world/.vimspector.json index 7934b48..f320b1b 100644 --- a/support/test/go/hello_world/.vimspector.json +++ b/support/test/go/hello_world/.vimspector.json @@ -7,7 +7,8 @@ "program": "${workspaceRoot}/hello-world.go", "mode": "debug", "dlvToolPath": "$HOME/go/bin/dlv", - "trace": true + "trace": true, + "env": { "GO111MODULE": "off" } } } }