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

Commit 6fdbf20

Browse files
committed
0.7.0
1 parent 324bf50 commit 6fdbf20

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

CHANGELOG.md

+17-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
## 0.6.94 - Coming Soon
1+
## 0.7.0 - 6th November, 2018
22

3-
* [Marcus Farkas (@ToothlessGear)](https://github.com/ToothlessGear)
4-
* Pass list of packages to single `go build` call instead of calling `go build` on each package to improve performance. Fixes [Bug 1890](https://github.com/Microsoft/vscode-go/issues/1890) with [PR 2021](https://github.com/Microsoft/vscode-go/pull/2021)
3+
* [Segev Finer (@segevfiner)](https://github.com/segevfiner)
4+
* Support documentation in auto-completion widget. [Feature Request 194](https://github.com/Microsoft/vscode-go/issues/194) implemented with [PR 2054](https://github.com/Microsoft/vscode-go/pull/2054)
5+
6+
* [Kaarthik Rao Bekal Radhakrishna (@karthikraobr)](https://github.com/karthikraobr)
7+
* Support `Copy Value`, `Copy as expression` and `Add to Watch` features in the context menu on the variables pane in the debug viewlet. [Feature Request 1990](https://github.com/Microsoft/vscode-go/issues/1990) implemented with [PR 2020](https://github.com/Microsoft/vscode-go/pull/2020)
58

69
* [Sewon Park (@sphawk)](https://github.com/sphawk)
710
* `go.gopath` & `go.toolsGopath` settings now support the use of environment variables using the format `${env:XXX}`. [Feature Request 1732](https://github.com/Microsoft/vscode-go/issues/1732) implemented with [PR 1743](https://github.com/Microsoft/vscode-go/pull/1743)
811

9-
* [Diogo Monteiro (@diogogmt)](https://github.com/diogogmt)
10-
* Clear coverage decorators before applying new ones. Fixes [Bug 2045](https://github.com/Microsoft/vscode-go/issues/2045) with [PR 2047](https://github.com/Microsoft/vscode-go/pull/2047)
11-
12-
* [Kaarthik Rao Bekal Radhakrishna (@karthikraobr)](https://github.com/karthikraobr)
13-
* Support `Copy Value`, `Copy as expression` and `Add to Watch` features in the context menu on the variables pane in the debug viewlet. [Feature Request 1990](https://github.com/Microsoft/vscode-go/issues/1990) implemented with [PR 2020](https://github.com/Microsoft/vscode-go/pull/2020)
12+
* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
13+
* Language Server from Sourcegraph is now supported on Windows as well.
14+
* Fallback to using `nsf/gocode` when using Go version 1.8 or older due to [mdempsky/gocode#73](https://github.com/mdempsky/gocode/issues/73)
15+
* `golint` and `gogetdoc` are no longer supported in Go version 1.8 or older
16+
* Use `go doc` instead of `godoc` for the showing the documentation when hovering over symbols and the Signature Help widget.
1417

15-
* [Segev Finer (@segevfiner)](https://github.com/segevfiner)
16-
* Support documentation in auto-completion widget. [Feature Request 194](https://github.com/Microsoft/vscode-go/issues/194) implemented with [PR 2054](https://github.com/Microsoft/vscode-go/pull/2054)
18+
* [Marcus Farkas (@ToothlessGear)](https://github.com/ToothlessGear)
19+
* Pass list of packages to single `go build` call instead of calling `go build` on each package to improve performance. Fixes [Bug 1890](https://github.com/Microsoft/vscode-go/issues/1890) with [PR 2021](https://github.com/Microsoft/vscode-go/pull/2021)
1720

1821
* [Denys Yaroshenko (@freezlite)](https://github.com/freezlite)
1922
* Skip auto-generated stack frames from delve. Fixes [Bug 1987](https://github.com/Microsoft/vscode-go/issues/1987) & [Bug 2038](https://github.com/Microsoft/vscode-go/issues/2038) with [PR 2029](https://github.com/Microsoft/vscode-go/pull/2029)
2023

21-
* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
22-
* Language Server from Sourcegraph is now supported on Windows as well.
24+
* [Diogo Monteiro (@diogogmt)](https://github.com/diogogmt)
25+
* Clear coverage decorators before applying new ones to avoid brighthned coverages. Fixes [Bug 2045](https://github.com/Microsoft/vscode-go/issues/2045) with [PR 2047](https://github.com/Microsoft/vscode-go/pull/2047)
2326

2427
Engineering Updates
2528

@@ -33,9 +36,8 @@ Engineering Updates
3336
* [@SteelPhase](https://github.com/SteelPhase)
3437
* Refactor the fix for [Bug 2045](https://github.com/Microsoft/vscode-go/issues/2045) with [PR 2068](https://github.com/Microsoft/vscode-go/pull/2068)
3538

36-
* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
37-
* Fallback to using `nsf/gocode` when using Go version 1.8 or older due to [mdempsky/gocode#73](https://github.com/mdempsky/gocode/issues/73)
38-
39+
* [@wachino](https://github.com/wachino)
40+
* Add more tests for util.ts file
3941

4042
Documentation Updates
4143

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Go",
3-
"version": "0.6.93",
3+
"version": "0.7.0",
44
"publisher": "ms-vscode",
55
"description": "Rich Go language support for Visual Studio Code",
66
"author": {

0 commit comments

Comments
 (0)