diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b349431a..7975ae00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.63 - Coming Soon +## 0.6.63 - 26th July, 2017 ### Features @@ -7,13 +7,14 @@ can have significantly better performance than `gometalinter`, while only supporting a subset of the tools. Use the setting `go.lintTool` to try this. * [alexandrevez (@alexandrevez)](https://github.com/alexandrevez) * Option to highlight gutters rather than full text for code coverage. Use the new setting `go.coverageDecorator` to try this. -* [Saud Khan (@bidrohi)](https://github.com/bidrohi) - * Print import paths of Go tools as they get installed. [PR 1032](https://github.com/Microsoft/vscode-go/pull/1032) -* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) +* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) & [Marwan Sulaiman (@marwan-at-work)](https://github.com/marwan-at-work) * Browse packages and go files with new command `Go: Browse Packages`. [Feature Request 330](https://github.com/Microsoft/vscode-go/issues/330) - - If selected text is a valid import path for a package, then files from that package will be shown in the quick pick control + - If cursor is on an import statement, then files from the imported package will be shown in the quick pick control - Else, all packages are shown in the quick pick control. Select any and corresponding Go files will be shown next. - Selecting any of the Go files, will open the file in a new editor. +* [Saud Khan (@bidrohi)](https://github.com/bidrohi) + * Print import paths of Go tools as they get installed. [PR 1032](https://github.com/Microsoft/vscode-go/pull/1032) +* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) * Prompt to update dependent Go tools when there is a change in the Go version. [Feature Request 797](https://github.com/Microsoft/vscode-go/issues/797) * Better user experience when dependent Go tools are missing. [Feature Request 998](https://github.com/Microsoft/vscode-go/issues/998) - Prompts will only show up for tools that are used for features that are explicitly executed by the user. Eg: Rename, Generate Unit Tests, Modify tags. And not for features that get triggered behind the scenes like linting, hover or format on save. @@ -21,10 +22,14 @@ can have significantly better performance than `gometalinter`, while only suppor ### Bug Fixes +* [llife0915 (@llife0915)](https://github.com/llife0915) + * Fix for issue when unverified breakpoints appeear when creating/deleting breakpoints once debugging starts in Windows. * [Roman Peshkov (@rpeshkov)](https://github.com/rpeshkov) * Expand file names to file paths in test output for subtests. [Bug 1049](https://github.com/Microsoft/vscode-go/issues/1049) * [Guilherme Oenning (@goenning)](https://github.com/goenning) * Pass GOPATH to debug adapter when debugging tests via codelens. [Bug 1057](https://github.com/Microsoft/vscode-go/issues/1057) +* [Nuruddin Ashr (@uudashr)](https://github.com/uudashr) + * Skip testing vendor folders when using the command `Go: Test all Packages in Workspace` * [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a) * Start without debugging should fallback to debug mode when configured program is not a file. [Bug 1084](https://github.com/Microsoft/vscode-go/issues/1084) * Fix for incorrect package name during autocomplete of unimported packages when package name is not the same as the last part of the import path. [Bug 647](https://github.com/Microsoft/vscode-go/issues/647) diff --git a/Go-latest.vsix b/Go-latest.vsix index b716a3d70..957232441 100644 Binary files a/Go-latest.vsix and b/Go-latest.vsix differ