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

Commit

Permalink
Adding new lines for better preview on the web
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a authored Feb 3, 2017
1 parent 38331b7 commit b8ca94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
* A new setting `go.testFlags` that can be used to run tests. If null, `go.buildFlags` will be used. [PR 482](https://github.com/Microsoft/vscode-go/pull/482)
* Customize flags for each of the test command by using different keybindings. [PR 482](https://github.com/Microsoft/vscode-go/pull/482). In the below example, `ctrl+shift+t` is bound to run the tests in current file with `-short` flag. The commands here can be `go.test.package`, `go.test.file` or `go.test.cursor`.

```json
{
"key": "ctrl+shift+t",
Expand All @@ -30,6 +31,7 @@
}
```
* New toggle command `Go: Toggle Test File` that lets you toggle between your Go file and the corresponding test file. Previous commands `Go: Open Test File` and `Go: Open Implementation For Test File` have been deprecated in favor of this new command. [PR 739](https://github.com/Microsoft/vscode-go/pull/739). You can add a keyboard binding to this as below:

```json
{
"key": "ctrl+shift+t",
Expand Down

0 comments on commit b8ca94f

Please sign in to comment.