Skip to content

Commit 086d0cf

Browse files
committed
[release] v0.15.2
Change-Id: If536ff18bd46608b531a289a8fd6e45b297d5085 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/244025 Reviewed-by: Rebecca Stambler <[email protected]>
1 parent 6fad3bc commit 086d0cf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.15.2 - 21st July, 2020
2+
3+
### Fixed
4+
5+
- Do not fail tools installation when gocode is not already running ([Issue 355](https://github.com/golang/vscode-go/issues/355)).
6+
17
## v0.15.1 - 7th July, 2020
28

39
### Enhancement

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "go",
33
"displayName": "Go",
4-
"version": "0.15.1",
4+
"version": "0.15.2",
55
"publisher": "golang",
66
"description": "Rich Go language support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)