vscode-go v0.6.52 Release Notes

Release Date: 2017-01-05 // over 7 years ago
    • Yuwei Ba (@ibigbug)
      • Use http.proxy setting while installing Go tools. PR 639
    • chronos (@bylevel)
      • Bug #465 Fix file outline when non English comments in file. PR 699
    • Ramya Rao (@ramya-rao-a)
      • Implement Step Out in debgging Commit 6d0f440
      • Improve performance by reducing number of calls to godoc, godef, gogetdoc. PR 711
      • Default value for go.autocompleteUnimportedPackages is now false to reduce noise in the suggestion list. Members of unimported packages will still show up in suggestion list after typing dot after package name.