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

Commit be73652

Browse files
committed
0.10.2
1 parent 30cedbb commit be73652

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.10.2 - 30th April, 2019
2+
3+
This patch release has fixes for the below bugs
4+
- [Bug 2469](https://github.com/Microsoft/vscode-go/issues/2469): When the setting `go.autocompleteUnimportedPackages` is enabled,
5+
packages show up in completion list when typing `.` after a variable or existing package.
6+
- [Bug 2473](https://github.com/Microsoft/vscode-go/issues/2473): Adding of missing imports and removal of unused imports don't work on saving file after using `gopls`.
7+
18
## 0.10.1 - 25th April, 2019
29

310
This patch release has fixes for the below bugs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Go",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"publisher": "ms-vscode",
55
"description": "Rich Go language support for Visual Studio Code",
66
"author": {

0 commit comments

Comments
 (0)