File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,8 @@ lsp-dart supports running Flutter and Dart commands as following:
203
203
| ` lsp-dart-dap-flutter-test-debugger-program ` | The command to execute the test debugger extension on flutter projects. | Check source file |
204
204
| ` lsp-dart-dap-debug-external-libraries ` | Whether to enable the debug on external libraries | ` nil ` |
205
205
| ` 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. | ` "" ` |
207
208
| ` lsp-dart-dap-flutter-track-widget-creation ` | Whether to pass –track-widget-creation to Flutter apps. Required to support 'Inspect Widget'. | ` t ` |
208
209
| ` lsp-dart-dap-flutter-structured-errors ` | Whether to use Flutter’s structured error support for improve error display. | ` t ` |
209
210
| ` lsp-dart-dap-flutter-hot-reload-on-save ` | When enabled, every buffer save triggers a ` lsp-dart-dap-flutter-hot-reload ` | ` nil ` |
You can’t perform that action at this time.
0 commit comments