Skip to content

Commit b11292f

Browse files
committed
[release] CHANGELOG.md: draft for v0.15.1
Change-Id: I1625121db333313fb2d2da1ae33996a0c5455cac Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/241180 Reviewed-by: Rebecca Stambler <[email protected]> (cherry picked from commit 9b5ecc5) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/241261
1 parent e8ef777 commit b11292f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## v0.15.0 - 29 June, 2020
1+
## v0.15.1 - 7th July, 2020
2+
3+
### Enhancement
4+
5+
- Improved `gopls` error report suggestion and changed to send reports to the vscode-go issue tracker instead of the go issue tracker ([cl/240506](https://golang.org/cl/240506)).
6+
7+
### Fixed
8+
9+
- Removed the `preview` note in the published extension ([Issue 273](https://github.com/golang/vscode-go/issues/273)).
10+
11+
## v0.15.0 - 29th June, 2020
212

313
### New Features
414

@@ -15,8 +25,8 @@
1525
- The debug adapter handles errors that can occur during remote connection setup ([cl/237550](https://golang.org/cl/237550), [Issue 215](https://github.com/golang/vscode-go/issue/215)).
1626
- Failed watch expression evaluation no longer pops up error message windows. The error is visible in the watch window instead ([cl/236999](https://golang.org/cl/236999), [Issue 143](https://github.com/golang/vscode-go/issue/143)).
1727
- Better language server integration
18-
- Restart the language server automatically when changes in its configuration or the language server version are detected ([cl/232598](https://golang.org/cl/232598) [cl/233159](https://golang.org/cl/233159)).
19-
- Prompts user to file an issue if `gopls` crashes ([cl/233325](https://golang.org/cl/23325)).
28+
- Restart the language server automatically when changes in its configuration or the language server version are detected ([cl/232598](https://golang.org/cl/232598), [cl/233159](https://golang.org/cl/233159)).
29+
- Prompts user to file an issue if `gopls` crashes ([cl/233325](https://golang.org/cl/233325)).
2030
- `go.gopath`, `go.goroot`, `go.toolsGopath` are now [machine-overridable](https://code.visualstudio.com/api/references/contribution-points#Configuration-property-schema) ([cl/236539](https://golang.org/cl/236539), [Issue 2981](https://github.com/microsoft/vscode-go/issues/2981)).
2131
- The extension does not mutate the `GOROOT` environment variable any more. `go.goroot` is used to select the `go` command under the specified directory ([Issue 146](https://github.com/golang/vscode-go/issue/146)).
2232
- A redundant code action provider was removed when using the language server ([cl/239284](https://golang.org/cl/239284)).

0 commit comments

Comments
 (0)