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

Commit ebc7825

Browse files
committed
0.6.78
1 parent 904e0de commit ebc7825

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## 0.6.78 - Coming Soon
1+
## 0.6.78 - 3rd April, 2018
22

3-
### New Features or Enhancements
3+
### New Features and Enhancements
4+
5+
* [Teruo Kunihiro @1984weed](https://github.com/1984weed)
6+
* Configure the `output` option of delve in debug configuration.The location provided here is where delve will output the binary it then uses for debugging. [PR 1564](https://github.com/Microsoft/vscode-go/pull/1564)
47

58
* [Harry Kalogirou @harkal](https://github.com/harkal)
69
* Codelens to debug benchmarks. [PR 1566](https://github.com/Microsoft/vscode-go/pull/1566)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Go",
3-
"version": "0.6.78-beta-2",
3+
"version": "0.6.78",
44
"publisher": "lukehoban",
55
"description": "Rich Go language support for Visual Studio Code",
66
"author": {

0 commit comments

Comments
 (0)