Skip to content

Commit cd21178

Browse files
committed
docs: add lsp-dart-dap-tool-args to the README
1 parent df54ceb commit cd21178

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ lsp-dart supports running Flutter and Dart commands as following:
203203
| `lsp-dart-dap-flutter-test-debugger-program` | The command to execute the test debugger extension on flutter projects. | Check source file |
204204
| `lsp-dart-dap-debug-external-libraries` | Whether to enable the debug on external libraries | `nil` |
205205
| `lsp-dart-dap-debug-sdk-libraries` | Whether to enable the debug on Dart SDK libraries | `nil` |
206-
| `lsp-dart-dap-vm-additional-args` | Additional args for dart debugging VM when the debugging. | `""` |
206+
| `lsp-dart-dap-vm-additional-args` | Additional args for dart debugging VM when the debugging.
207+
| `lsp-dart-dap-tool-args` | Arguments to be passed to the Dart or Flutter tool. | `""` |
207208
| `lsp-dart-dap-flutter-track-widget-creation` | Whether to pass –track-widget-creation to Flutter apps. Required to support 'Inspect Widget'. | `t` |
208209
| `lsp-dart-dap-flutter-structured-errors` | Whether to use Flutter’s structured error support for improve error display. | `t` |
209210
| `lsp-dart-dap-flutter-hot-reload-on-save` | When enabled, every buffer save triggers a `lsp-dart-dap-flutter-hot-reload` | `nil` |

0 commit comments

Comments
 (0)