Skip to content

Commit 34a300b

Browse files
committed
[docs] Update docs
1 parent f1ebe02 commit 34a300b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ lsp-dart supports running Flutter and Dart commands as following:
182182
| `lsp-dart-show-todos` | Whether to generate diagnostics for TODO comments. If unspecified, diagnostics will not be generated. | `nil` |
183183
| `lsp-dart-complete-function-calls` | Completes functions/methods with their required parameters. | `t` |
184184
| `lsp-dart-extra-library-directories` | Extra libs to analyze besides Dart SDK libs | `'()` |
185-
| `lsp-dart-only-analyze-projects-with-open-files` | Analysis will only be performed for projects that have open files rather than the root workspace folder | `t` |
185+
| `lsp-dart-only-analyze-projects-with-open-files` | Analysis will only be performed for projects that have open files rather than the root workspace folder | `nil` |
186186
| `lsp-dart-suggest-from-unimported-libraries` | Completion will not include symbols that are not already imported into the current file. | `t` |
187187
| `lsp-dart-closing-labels` | Enable the closing labels feature on server lsp | `t` |
188188
| `lsp-dart-closing-labels-prefix` | The prefix string to be concatenated with the closing label | `""` |

0 commit comments

Comments
 (0)