Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Bug fixes

Compare
Choose a tag to compare
@ramya-rao-a ramya-rao-a released this 10 Jan 22:03
· 816 commits to master since this release
  • Ramya Rao (@ramya-rao-a)
    • Fix the issue that got introduced in the previous release, where formatter reverts changes unless goreturns is updated. Fixes Bug 1447
    • ~, $workspaceRoot and $workspaceFolder are now supported in the go.goroot setting
  • Ben Wood @(benclarkwood)
    • Collapse single line imports into an import block when auto-completing symbols from unimported packages or when using the Go: Add Import command. Fixes Bug 374 with PR 500