Skip to content

Commit 84c831c

Browse files
committed
Change default to false of onlyAnalyzeOpenFiles
1 parent ba5c6f2 commit 84c831c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-dart.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
:type '(repeat string)
5555
:group 'lsp-dart)
5656

57-
(defcustom lsp-dart-only-analyze-projects-with-open-files t
57+
(defcustom lsp-dart-only-analyze-projects-with-open-files nil
5858
"Analyze only open files.
5959
When set to non-nil, analysis will only be performed for projects that have
6060
open files rather than the root workspace folder."

0 commit comments

Comments
 (0)