Skip to content

Commit 1de79e7

Browse files
firelizzard18hyangah
authored andcommitted
CHANGELOG.md: add missing paren
Change-Id: Icd42f1d997ae7dd99d369e9d7b429d4727aa1760 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/350413 Reviewed-by: Suzy Mueller <[email protected]> Trust: Suzy Mueller <[email protected]> Trust: Alberto Donizetti <[email protected]>
1 parent 4db0f03 commit 1de79e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A list of all issues and changes can be found in the [v0.28.0 milestone](https:/
99
### Changes
1010

1111
- Require VS Code engine 1.59+.
12-
- Implement the Testing API [Issue 1579](https://github.com/golang/vscode-go/issues/1579)). <!-- CL 330809 -->
12+
- Implement the Testing API ([Issue 1579](https://github.com/golang/vscode-go/issues/1579)). <!-- CL 330809 -->
1313
The test provider discovers all Go tests and benchmarks including `stretchr` test suits ([Issue 1641](https://github.com/golang/vscode-go/issues/1641)) <!-- CL 343489 --> and sub-tests ([Issue 1641](https://github.com/golang/vscode-go/issues/1641)). <!-- CL 343433 --> You can adjust behavior with the [`go.testExplorer.*` settings](https://github.com/golang/vscode-go/blob/master/docs/settings.md#gotestexploreralwaysrunbenchmarks).
1414
- Offer basic profiling support through the testing API. ([Issue 1685](https://github.com/golang/vscode-go/issues/1685)) <!-- CL 344149 -->
1515
- Debugging

0 commit comments

Comments
 (0)