Skip to content

Commit 9b5b7e4

Browse files
committed
[release] v0.28.0 release (3) - minor CHANGELOG fix
1de79e7 CHANGELOG.md: add missing paren Change-Id: I50b0c33f6bcdb6e8efe4dfa503049711e422180b
2 parents 9bbe912 + 1de79e7 commit 9b5b7e4

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)