You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -65,15 +65,14 @@ Besides the `lsp-mode` features, `lsp-dart` implements the [custom methods featu
65
65
66
66

67
67
68
-
### Run tests
68
+
### Run/Debug tests
69
69
70
70
`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.
74
73
`lsp-dart-visit-last-test` - Go to last ran test.
75
-
76
74
`lsp-dart-run-last-test` - Run last ran test.
75
+
`lsp-dart-debug-last-test` - Debug last ran test.
77
76
78
77
Running a test interactively:
79
78
@@ -162,12 +161,15 @@ You can also open the [Dart DevTools](https://dart.dev/tools/dart-devtools) on t
162
161
|`lsp-dart-flutter-fringe-colors`| Enable the Flutter colors on fringe. |`t`|
163
162
|`lsp-dart-flutter-widget-guides`| Enable the Flutter widget guide lines from parent to child widgets |`t`|
164
163
|`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|
166
165
|`lsp-dart-dap-debugger-path`| The debugger extension path | Check source file |
167
166
|`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 |
168
168
|`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 |
169
170
|`lsp-dart-dap-debug-external-libraries`| Whether to enable the debug on external libraries |`nil`|
170
171
|`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. |`""`|
171
173
|`lsp-dart-dap-flutter-track-widget-creation`| Whether to pass –track-widget-creation to Flutter apps. Required to support 'Inspect Widget'. |`t`|
172
174
|`lsp-dart-dap-flutter-structured-errors`| Whether to use Flutter’s structured error support for improve error display. |`t`|
173
175
|`lsp-dart-dap-flutter-verbose-log`| Whether to enable verbose logs from Flutter DAP |`nil`|
0 commit comments