Skip to content

Release 0.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 16:03

v0.29.0 - 26 Oct, 2021

A list of all issues and changes can be found in the v0.29.0 milestone and commit history.

Changes

  • Prompt users for the 2021 Go Developer survey. go.survey.prompt is a new setting to control survey prompts.
  • Use go install for tools installation when using go1.16+. From go1.18, go get will no longer build/install tools. See the deprecation notice. (Issue 1825) The extension runs go install from the workspace root directory, and the old workaround for Issue 757 is unnecessary.
  • Language Server:
    • Print all GOPATHs when there are multiple GOPATHs. (Issue 1848)
    • Synced settings @ gopls/v0.7.3
  • "Go: Generate Interface Stubs" allows '-' as an acceptable char for interface names. (Issue 1670)
  • Test UX:
    pprof
  • Debug:
    • Added showLog/logOutput/dlvFlags to go.delveConfig setting that change the default values for them. (Issue 1723)
    • Handle directory with '.' in its name correctly and warn users for invalid program (Issue 1826, 1769)

Thanks

Thank you for your contribution, @firelizzard18, @Zamiell, @mislav, @polinasok, @hyangah, @stamblerre, @suzmue, and @yinheli!