Skip to content

Commit e35def6

Browse files
committed
Change default to true of onlyAnalyzeOpenFiles due to server bug
1 parent 78b4cf8 commit e35def6

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
@@ -57,7 +57,7 @@
5757
:type '(repeat string)
5858
:group 'lsp-dart)
5959

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

0 commit comments

Comments
 (0)