Skip to content

Commit de11ad2

Browse files
committed
Update docs
1 parent 4400206 commit de11ad2

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.17.0
4+
* Add test tree feature.
5+
* Add `lsp-dart-test-show-tree`
6+
7+
## 1.16.0
8+
* Improve tests backend and output.
9+
* Prepare for test tree feature.
10+
311
## 1.15.0
412
* Add `lsp-dart-enable-sdk-formatter` setting.
513
* Add `lsp-dart-line-length` setting.

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ Running a test interactively:
8686

8787
![test](images/run-test.gif)
8888

89+
### Test tree
90+
91+
`lsp-dart-test-show-tree` - Open the test tree containing the latest ran tests.
92+
93+
![test-tree](images/test-tree.gif)
94+
95+
For more options, check the [settings section](#supported-settings).
96+
8997
### Flutter colors
9098

9199
Display the flutter colors on left fringe.
@@ -185,6 +193,10 @@ lsp-dart supports running Flutter and Dart commands as following:
185193
| `lsp-dart-flutter-fringe-colors` | Enable the Flutter colors on fringe. | `t` |
186194
| `lsp-dart-flutter-widget-guides` | Enable the Flutter widget guide lines from parent to child widgets | `t` |
187195
| `lsp-dart-test-pop-to-buffer-on-run` | Whether to pop to tests buffer on run, only display or do nothing. | `display-only` |
196+
| `lsp-dart-test-tree-on-run` | Whether to pop to tests tree buffer on run | `t` |
197+
| `lsp-dart-test-tree-position-params` | The test tree position params | Treemacs default |
198+
| `lsp-dart-test-tree-line-spacing` | The test tree line spacing between nodes | 4 |
199+
| `lsp-dart-test-tree-line-spacing` | The test tree line spacing between nodes | 4 |
188200
| `lsp-dart-main-code-lens` | Enable the `Run\|Debug` code lens on main methods. | `t` |
189201
| `lsp-dart-test-code-lens` | Enable the `Run\|Debug` code lens on tests. | `t` |
190202
| `lsp-dart-dap-extension-version` | The debugger extension version. | 3.10.1 |

images/test-tree.gif

31.8 KB
Loading

0 commit comments

Comments
 (0)