Go for Visual Studio Code v0.10.2 Release Notes

Release Date: 2019-04-30 // almost 5 years ago
  • ๐Ÿš€ This patch release has fixes for the below bugs

    • ๐Ÿ“ฆ Bug 2469: When the setting go.autocompleteUnimportedPackages is enabled,
      ๐Ÿ“ฆ packages show up in completion list when typing . after a variable or existing package.
    • Bug 2473: Adding of missing imports and removal of unused imports don't work on saving file after using gopls.