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

Commit 93a2c23

Browse files
committed
0.11.6
1 parent c504929 commit 93a2c23

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.11.6 - 21st September, 2019
2+
3+
* The prompt to update your `gopls` that was introduced in the previous update, relied on making calls to https://proxy.golang.org.
4+
In this patch release, we replace such calls with a check against a known hard-coded value for the latest version of `gopls`. Details on the next steps here are captured in the [issue 2776](https://github.com/microsoft/vscode-go/issues/2776)
5+
16
## 0.11.5 - 19th September, 2019
27

38
### Debugging improvements

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Go",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"publisher": "ms-vscode",
55
"description": "Rich Go language support for Visual Studio Code",
66
"author": {

0 commit comments

Comments
 (0)