Skip to content

Commit 843e448

Browse files
committed
Add Documentation
1 parent 4b6749f commit 843e448

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,14 @@ Besides the `lsp-mode` features, `lsp-dart` implements the [custom methods featu
6565

6666
![flutter-outline](images/flutter-outline.gif)
6767

68-
### Run tests
68+
### Run/Debug tests
6969

7070
`lsp-dart-run-test-file` - Run all tests from current test buffer.
71-
72-
`lsp-dart-run-test-at-point` - Run single test at point. [:warning:*](#features-only-available-for-dart-sdk-version-280-currently-the-dev-branch-or-above)
73-
71+
`lsp-dart-run-test-at-point` - Run single test at point.
72+
`lsp-dart-debug-test-at-point` - Debug single test at point.
7473
`lsp-dart-visit-last-test` - Go to last ran test.
75-
7674
`lsp-dart-run-last-test` - Run last ran test.
75+
`lsp-dart-debug-last-test` - Debug last ran test.
7776

7877
Running a test interactively:
7978

@@ -162,12 +161,15 @@ You can also open the [Dart DevTools](https://dart.dev/tools/dart-devtools) on t
162161
| `lsp-dart-flutter-fringe-colors` | Enable the Flutter colors on fringe. | `t` |
163162
| `lsp-dart-flutter-widget-guides` | Enable the Flutter widget guide lines from parent to child widgets | `t` |
164163
| `lsp-dart-test-code-lens` | Enable the `Run` code lens on tests. | `t` |
165-
| `lsp-dart-dap-extension-version` | The debugger extension version. | 3.9.1 |
164+
| `lsp-dart-dap-extension-version` | The debugger extension version. | 3.10.1 |
166165
| `lsp-dart-dap-debugger-path` | The debugger extension path | Check source file |
167166
| `lsp-dart-dap-dart-debugger-program` | The command to execute the debugger extension on dart projects. | Check source file |
167+
| `lsp-dart-dap-dart-test-debugger-program` | The command to execute the test debugger extension on dart projects. | Check source file |
168168
| `lsp-dart-dap-flutter-debugger-program` | The command to execute the debugger extension on flutter projects. | Check source file |
169+
| `lsp-dart-dap-flutter-test-debugger-program` | The command to execute the test debugger extension on flutter projects. | Check source file |
169170
| `lsp-dart-dap-debug-external-libraries` | Whether to enable the debug on external libraries | `nil` |
170171
| `lsp-dart-dap-debug-sdk-libraries` | Whether to enable the debug on Dart SDK libraries | `nil` |
172+
| `lsp-dart-dap-vm-additional-args` | Additional args for dart debugging VM when the debugging. | `""` |
171173
| `lsp-dart-dap-flutter-track-widget-creation` | Whether to pass –track-widget-creation to Flutter apps. Required to support 'Inspect Widget'. | `t` |
172174
| `lsp-dart-dap-flutter-structured-errors` | Whether to use Flutter’s structured error support for improve error display. | `t` |
173175
| `lsp-dart-dap-flutter-verbose-log` | Whether to enable verbose logs from Flutter DAP | `nil` |

images/run-test.gif

-85.2 KB
Loading

0 commit comments

Comments
 (0)