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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ lsp-dart supports running Flutter and Dart commands as following:
182
182
|`lsp-dart-show-todos`| Whether to generate diagnostics for TODO comments. If unspecified, diagnostics will not be generated. |`nil`|
183
183
|`lsp-dart-complete-function-calls`| Completes functions/methods with their required parameters. |`t`|
184
184
|`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`|
186
186
|`lsp-dart-suggest-from-unimported-libraries`| Completion will not include symbols that are not already imported into the current file. |`t`|
187
187
|`lsp-dart-closing-labels`| Enable the closing labels feature on server lsp |`t`|
188
188
|`lsp-dart-closing-labels-prefix`| The prefix string to be concatenated with the closing label |`""`|
0 commit comments