File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
9199Display 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 |
You can’t perform that action at this time.
0 commit comments