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

Commit

Permalink
Updates to Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Jun 1, 2018
1 parent 9014a8f commit 9ea349b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
* [Kent Quirk (@kentquirk)](https://github.com/kentquirk)
* Customize the colors used in highlighting covered/uncovered code or the gutter styles used to indicated covered/uncovered code using the setting `go.coverageDecorator`. [Feature Request 1302](https://github.com/Microsoft/vscode-go/issues/1302)

* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
* Resolve `~`, `${workspaceRoot}`, `${workspaceFolder}` in the `go.testFlags` setting. [Feature Request 928](https://github.com/Microsoft/vscode-go/issues/928)
* New setting `go.languageServerExperimentalFeatures` to opt-in to try new features form the language server that might not be feature complete or stable yet.
* Ensure `Go: Add Import` shows up the list of imports ASAP. Fixes [Feature Request 1450](https://github.com/Microsoft/vscode-go/issues/1450)
* Prompt user to install missing tool when they change either of `go.formatTool`, `go.lintTool` or `go.docsTool` setting to a tool that they dont have installed yet.
* Pass the environment variables in the `go.toolsEnvVars` setting to the process that runs the language server.

### Bug Fixes

* [Kent Quirk (@kentquirk)](https://github.com/kentquirk)
Expand All @@ -28,6 +35,9 @@
* [Nuruddin Ashr (@uudashr)](https://github.com/uudashr)
* Fix perf issues when using `gopkgs`. [Bug 1490](https://github.com/Microsoft/vscode-go/issues/1490)

* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
* Support `Go to Definition` feature when the entire symbol is selected with cursor at the end. Fixes [Bug 891](https://github.com/Microsoft/vscode-go/issues/891)

## 0.6.80 - 14th May, 2018

* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
Expand Down
Binary file modified Go-latest.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Go",
"version": "0.6.81-beta.5",
"version": "0.6.81-beta.6",
"publisher": "ms-vscode",
"description": "Rich Go language support for Visual Studio Code",
"author": {
Expand Down

0 comments on commit 9ea349b

Please sign in to comment.