Skip to content

Commit

Permalink
package.json: change version to v0.23.0-dev
Browse files Browse the repository at this point in the history
And rearrange CHANGELOG.md

Change-Id: I2d7fefae6221b704251e4a6ba575ada880dc9d97
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/292750
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]>
TryBot-Result: kokoro <[email protected]>
  • Loading branch information
hyangah committed Feb 17, 2021
1 parent f7b122c commit 49d737e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
> 📣 &nbsp;&nbsp;Announcement:
>
> * The language server, `gopls`, will be enabled by default in the next release. ([Issue 1037](https://github.com/golang/vscode-go/issues/1037)). Please test and provide us your feedback on the `#vscode-dev` [Gophers Slack](https://gophers.slack.com/) channel.
>
> * Some workspace or folder-level settings that affect tools location will not be used by default until users explicitly opt in by running `Go: Toggle Workspace Trust Flag`. See [Issue 1094](https://github.com/golang/vscode-go/issues/1094) for more information.
## v0.21.1 - 21st Jan, 2021
A list of all issues and changes can be found in the [v0.21.1 milestone](https://github.com/golang/vscode-go/milestone/22?closed=1).

Expand All @@ -13,6 +7,10 @@ A list of all issues and changes can be found in the [v0.21.1 milestone](https:/

## v0.21.0 - 20th Jan, 2021

The language server, `gopls`, is enabled by default. ([Issue 1037](https://github.com/golang/vscode-go/issues/1037)).

Some workspace or folder-level settings that affect tools location will not be used by default until users explicitly opt in by running `Go: Toggle Workspace Trust Flag`. See [Issue 1094](https://github.com/golang/vscode-go/issues/1094) for more information.

A list of all issues and changes can be found in the [v0.21.0 milestone](https://github.com/golang/vscode-go/milestone/16?closed=1).
### Enhancements
- The new `dlvFlags` debug attribute is available for conveniently supply extra flags to `dlv`. ([Issue 978](https://github.com/golang/vscode-go/issues/978))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "go",
"displayName": "Go",
"version": "0.22.0-dev",
"version": "0.23.0-dev",
"preview": true,
"publisher": "golang",
"description": "Rich Go language support for Visual Studio Code",
Expand Down

0 comments on commit 49d737e

Please sign in to comment.