Go for Visual Studio Code v0.11.7 Release Notes

Release Date: 2019-09-27 // over 4 years ago
  • 🐛 Bug Fixes

    • Ramya Rao (@ramya-rao-a)

      • Fix for bug 2766 where the Go: Test All Packages In Workspace command failed to run tests since the last update.
      • Fix for bug 2765 where the Go: Build Workspace command failed to run the build command since the last update
      • Fix for bug 2770 where failure to find the path to the go binary results in gopls results in the extension throwing error & not working as expected since the last update
      • Use go vet . instead of go vet ./... when vetting current package for better performance.
    • Quoc Truong (@quoctruong)

      • Fix for bug where remote debugging failed if the configured remote path was just /. Fixes Bug 2119 with PR 2794
    • Joel Hendrix (@jhendrixMSFT)

      • Respect the stopOnEntry debug configuration by providing a dummy thread when no threads exist. Fixes Bug 763 with PR 2762