Skip to content

Commit

Permalink
[release] CHANGELOG.md: change log for v0.18.1
Browse files Browse the repository at this point in the history
And adjusted the new go.extractServerChannel command's title.

For #861

Change-Id: I50becbc66126f7f3fd5d92f2473427a3d8348d58
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/266581
Trust: Hyang-Ah Hana Kim <[email protected]>
Trust: Peter Weinberger <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Peter Weinberger <[email protected]>
Reviewed-by: Suzy Mueller <[email protected]>
TryBot-Result: kokoro <[email protected]>
(cherry picked from commit 084dae7)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/266582
  • Loading branch information
hyangah committed Oct 30, 2020
1 parent 2ba9297 commit d37cc81
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
## v0.18.1 - 30th Oct, 2020

A list of all issues and changes can be found in the [v0.18.1 milestone](https://github.com/golang/vscode-go/milestone/15?closed=1).

### Enhancement
- New `Go: extract language server logs to editor` command was added ([CL 263526](https://go-review.googlesource.com/c/vscode-go/+/263526)).

### Fixes
- Fixed a bug that hid the Go status bar when there is no active text editor ([Issue 831](https://github.com/golang/vscode-go/issues/831)).

### Thanks
Thank you for your contributions, @suzmue, @pjweinbgo!

## v0.18.0 - 23rd Oct, 2020

Unified Go status UI ⚡, many debugger feature improvements, and LSP 3.16 features! A list of all issues fixed with this release can be found in the [v0.18.0 milestone](https://github.com/golang/vscode-go/milestone/11).
Unified Go status UI ⚡, many debugger feature improvements, and LSP 3.16 features! A list of all issues fixed with this release can be found in the [v0.18.0 milestone](https://github.com/golang/vscode-go/milestone/11?closed=1).

### New Features
- The new Go status bar provides a menu to manage the go version, open the gopls trace, open the `go.mod` file, and more. The old `Go Modules` status bar was removed in favor of this new unified status bar. See [VS Code Go UI documentation](https://github.com/golang/vscode-go/blob/master/docs/ui.md) to learn more about this.
Expand Down
4 changes: 2 additions & 2 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ Generates unit tests for the selected function in the current file

Generates method stub for implementing the provided interface and inserts at the cursor.

### `Go: extract server output channel to editor`
### `Go: Extract Language Server Logs To Editor`

Show the gopls (server) output channel in the editor.
Extract logs in the `gopls (server)` output channel to the editor.

### `Go: Toggle gc details`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@
},
{
"command": "go.extractServerChannel",
"title": "Go: extract server output channel to editor",
"description": "Show the gopls (server) output channel in the editor."
"title": "Go: Extract Language Server Logs To Editor",
"description": "Extract logs in the `gopls (server)` output channel to the editor."
},
{
"command": "go.toggle.gc_details",
Expand Down

0 comments on commit d37cc81

Please sign in to comment.